Html Css Color HEX #D86DCB Orchid

📋 copy color: '#D86DCB'

red 216 ◦ green 109 ◦ blue 203

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

Shades of Orchid #D86DCB

Tints of Orchid #D86DCB

RGB

 RED value IS 216 (84.77% from 255) = 40.91%

 GREEN value IS 109 (42.97% from 255) = 20.64%

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 40.91%
G = 20.64%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D86DCB (or 0xD86DCB) is known color: Orchid. HEX triplet: D8, 6D and CB. RGB value is (216,109,203). Sum of RGB (Red+Green+Blue) = 216+109+203=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86DCB is #279234. Grayscale: #979797. Windows color (decimal): -2593333 or 13331928. OLE color: 13331928.

HSL color Cylindrical-coordinate representation of color #D86DCB: hue angle of 307.29º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86DCB is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 109 203 -
CMYK 0 0.50 0.06 0.15
HSL 307.29º 0.58% 0.64% -
HSV(B) 307.29º 0.5% 0.85% -
XYZ 44.57 29.85 59.91 -
YUV 151.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 216 109 203 0 0.50 0.06 0.15 307.29 0.58 0.64
Hex D8 6D CB 0 32 6 F 133 3A 40
Octal 330 155 313 0 62 6 17 463 72 100
Binary 11011000 1101101 11001011 0 110010 110 1111 100110011 111010 1000000

Color Harmonies of #D86DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86DCB

Black with #D86DCB

Text Example


Text Example

White with #D86DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86DCB; }

 p { color: rgb(216,109,203); }

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

background-color css

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

 a { background-color: rgb(216,109,203); }

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

border-color css

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

 span { border-color: rgb(216,109,203); }

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