Html Css Color HEX #D36BCC Orchid

📋 copy color: '#D36BCC'

red 211 ◦ green 107 ◦ blue 204

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

Shades of Orchid #D36BCC

Tints of Orchid #D36BCC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.5%

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 40.42%
G = 20.5%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D36BCC (or 0xD36BCC) is known color: Orchid. HEX triplet: D3, 6B and CC. RGB value is (211,107,204). Sum of RGB (Red+Green+Blue) = 211+107+204=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 211 - color contains mainly: red. Hex color #D36BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36BCC is #2C9433. Grayscale: #949494. Windows color (decimal): -2921524 or 13396947. OLE color: 13396947.

HSL color Cylindrical-coordinate representation of color #D36BCC: hue angle of 304.04º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D36BCC is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 107 204 -
CMYK 0 0.49 0.03 0.17
HSL 304.04º 0.54% 0.62% -
HSV(B) 304.04º 0.49% 0.83% -
XYZ 43.02 28.72 60.4 -
YUV 149.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 211 107 204 0 0.49 0.03 0.17 304.04 0.54 0.62
Hex D3 6B CC 0 31 3 11 130 36 3E
Octal 323 153 314 0 61 3 21 460 66 76
Binary 11010011 1101011 11001100 0 110001 11 10001 100110000 110110 111110

Color Harmonies of #D36BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36BCC

Black with #D36BCC

Text Example


Text Example

White with #D36BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36BCC; }

 p { color: rgb(211,107,204); }

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

background-color css

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

 a { background-color: rgb(211,107,204); }

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

border-color css

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

 span { border-color: rgb(211,107,204); }

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