Html Css Color HEX #D86ACC Orchid

📋 copy color: '#D86ACC'

red 216 ◦ green 106 ◦ blue 204

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

Shades of Orchid #D86ACC

Tints of Orchid #D86ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.15%

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

R = 41.06%
G = 20.15%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D86ACC (or 0xD86ACC) is known color: Orchid. HEX triplet: D8, 6A and CC. RGB value is (216,106,204). Sum of RGB (Red+Green+Blue) = 216+106+204=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ACC is #279533. Grayscale: #959595. Windows color (decimal): -2594100 or 13396696. OLE color: 13396696.

HSL color Cylindrical-coordinate representation of color #D86ACC: hue angle of 306.55º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86ACC is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 106 204 -
CMYK 0 0.51 0.06 0.15
HSL 306.55º 0.59% 0.63% -
HSV(B) 306.55º 0.51% 0.85% -
XYZ 44.37 29.27 60.44 -
YUV 150.06 158.44 175.03 -
System Red Green Blue C M Y K H S L
Decimal 216 106 204 0 0.51 0.06 0.15 306.55 0.59 0.63
Hex D8 6A CC 0 33 6 F 133 3B 3F
Octal 330 152 314 0 63 6 17 463 73 77
Binary 11011000 1101010 11001100 0 110011 110 1111 100110011 111011 111111

Color Harmonies of #D86ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ACC

Black with #D86ACC

Text Example


Text Example

White with #D86ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ACC; }

 p { color: rgb(216,106,204); }

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

background-color css

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

 a { background-color: rgb(216,106,204); }

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

border-color css

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

 span { border-color: rgb(216,106,204); }

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