Html Css Color HEX #D86CDD Orchid

📋 copy color: '#D86CDD'

red 216 ◦ green 108 ◦ blue 221

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

Shades of Orchid #D86CDD

Tints of Orchid #D86CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 39.63%
G = 19.82%
B = 40.55%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D86CDD (or 0xD86CDD) is known color: Orchid. HEX triplet: D8, 6C and DD. RGB value is (216,108,221). Sum of RGB (Red+Green+Blue) = 216+108+221=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #D86CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86CDD is #279322. Grayscale: #989898. Windows color (decimal): -2593571 or 14511320. OLE color: 14511320.

HSL color Cylindrical-coordinate representation of color #D86CDD: hue angle of 297.35º degrees, saturation: 0.62, 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 #D86CDD is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 108 221 -
CMYK 0.02 0.51 0 0.13
HSL 297.35º 0.62% 0.65% -
HSV(B) 297.35º 0.51% 0.87% -
XYZ 46.73 30.54 71.84 -
YUV 153.17 166.28 172.81 -
System Red Green Blue C M Y K H S L
Decimal 216 108 221 0.02 0.51 0 0.13 297.35 0.62 0.65
Hex D8 6C DD 2 33 0 D 129 3E 41
Octal 330 154 335 2 63 0 15 451 76 101
Binary 11011000 1101100 11011101 10 110011 0 1101 100101001 111110 1000001

Color Harmonies of #D86CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86CDD

Black with #D86CDD

Text Example


Text Example

White with #D86CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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