Html Css Color HEX #D86ECC Orchid

📋 copy color: '#D86ECC'

red 216 ◦ green 110 ◦ blue 204

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

Shades of Orchid #D86ECC

Tints of Orchid #D86ECC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.75%

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

R = 40.75%
G = 20.75%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D86ECC (or 0xD86ECC) is known color: Orchid. HEX triplet: D8, 6E and CC. RGB value is (216,110,204). Sum of RGB (Red+Green+Blue) = 216+110+204=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D86ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86ECC is #279133. Grayscale: #989898. Windows color (decimal): -2593076 or 13397720. OLE color: 13397720.

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

Color convert

RGB 216 110 204 -
CMYK 0 0.49 0.06 0.15
HSL 306.79º 0.58% 0.64% -
HSV(B) 306.79º 0.49% 0.85% -
XYZ 44.79 30.11 60.58 -
YUV 152.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 216 110 204 0 0.49 0.06 0.15 306.79 0.58 0.64
Hex D8 6E CC 0 31 6 F 133 3A 40
Octal 330 156 314 0 61 6 17 463 72 100
Binary 11011000 1101110 11001100 0 110001 110 1111 100110011 111010 1000000

Color Harmonies of #D86ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86ECC

Black with #D86ECC

Text Example


Text Example

White with #D86ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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