Html Css Color HEX #D36FCA Orchid

📋 copy color: '#D36FCA'

red 211 ◦ green 111 ◦ blue 202

#D36FCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D36FCA

Tints of Orchid #D36FCA

RGB

 RED value IS 211 (82.81% from 255) = 40.27%

 GREEN value IS 111 (43.75% from 255) = 21.18%

 BLUE value IS 202 (79.3% from 255) = 38.55%

R = 40.27%
G = 21.18%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.04

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D36FCA (or 0xD36FCA) is known color: Orchid. HEX triplet: D3, 6F and CA. RGB value is (211,111,202). Sum of RGB (Red+Green+Blue) = 211+111+202=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 202 (79.30% from 255 or 38.55% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D36FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FCA is #2C9035. Grayscale: #979797. Windows color (decimal): -2920502 or 13266899. OLE color: 13266899.

HSL color Cylindrical-coordinate representation of color #D36FCA: hue angle of 305.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36FCA is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 111 202 -
CMYK 0 0.47 0.04 0.17
HSL 305.4º 0.53% 0.63% -
HSV(B) 305.4º 0.47% 0.83% -
XYZ 43.21 29.48 59.29 -
YUV 151.27 156.63 170.6 -
System Red Green Blue C M Y K H S L
Decimal 211 111 202 0 0.47 0.04 0.17 305.4 0.53 0.63
Hex D3 6F CA 0 2F 4 11 131 35 3F
Octal 323 157 312 0 57 4 21 461 65 77
Binary 11010011 1101111 11001010 0 101111 100 10001 100110001 110101 111111

Color Harmonies of #D36FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36FCA

Black with #D36FCA

Text Example


Text Example

White with #D36FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36FCA; }

 p { color: rgb(211,111,202); }

 H1.HeaderClassName
 {
   color: #D36FCA;
 }
 .AnyTagClassName
 {
   color: #D36FCA;
 }
</style>

background-color css

<style>
 a { background-color: #D36FCA; }

 a { background-color: rgb(211,111,202); }

 div.DivClassName
 {
   background-color: #D36FCA;
 }
 .BgClassName
 {
   background-color: #D36FCA;
 }
</style>

border-color css

<style>
 span { border-color: #D36FCA; }

 span { border-color: rgb(211,111,202); }

 td.TdClassName
 {
   border-color: #D36FCA;
 }
 .TagClassName
 {
   border-color: #D36FCA;
 }
</style>