Html Css Color HEX #D86CDE Orchid

📋 copy color: '#D86CDE'

red 216 ◦ green 108 ◦ blue 222

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

Shades of Orchid #D86CDE

Tints of Orchid #D86CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.78%

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 39.56%
G = 19.78%
B = 40.66%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D86CDE (or 0xD86CDE) is known color: Orchid. HEX triplet: D8, 6C and DE. RGB value is (216,108,222). Sum of RGB (Red+Green+Blue) = 216+108+222=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 108 (42.58% from 255 or 19.78% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #D86CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CDE is #279321. Grayscale: #989898. Windows color (decimal): -2593570 or 14576856. OLE color: 14576856.

HSL color Cylindrical-coordinate representation of color #D86CDE: hue angle of 296.84º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D86CDE is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 108 222 -
CMYK 0.03 0.51 0 0.13
HSL 296.84º 0.63% 0.65% -
HSV(B) 296.84º 0.51% 0.87% -
XYZ 46.87 30.6 72.54 -
YUV 153.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 216 108 222 0.03 0.51 0 0.13 296.84 0.63 0.65
Hex D8 6C DE 3 33 0 D 129 3F 41
Octal 330 154 336 3 63 0 15 451 77 101
Binary 11011000 1101100 11011110 11 110011 0 1101 100101001 111111 1000001

Color Harmonies of #D86CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86CDE

Black with #D86CDE

Text Example


Text Example

White with #D86CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86CDE; }

 p { color: rgb(216,108,222); }

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

background-color css

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

 a { background-color: rgb(216,108,222); }

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

border-color css

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

 span { border-color: rgb(216,108,222); }

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