Html Css Color HEX #D86FDD Orchid

📋 copy color: '#D86FDD'

red 216 ◦ green 111 ◦ blue 221

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

Shades of Orchid #D86FDD

Tints of Orchid #D86FDD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.26%

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

R = 39.42%
G = 20.26%
B = 40.33%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D86FDD (or 0xD86FDD) is known color: Orchid. HEX triplet: D8, 6F and DD. RGB value is (216,111,221). Sum of RGB (Red+Green+Blue) = 216+111+221=548 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.42% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #D86FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FDD is #279022. Grayscale: #9A9A9A. Windows color (decimal): -2592803 or 14512088. OLE color: 14512088.

HSL color Cylindrical-coordinate representation of color #D86FDD: hue angle of 297.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86FDD is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 111 221 -
CMYK 0.02 0.50 0 0.13
HSL 297.27º 0.62% 0.65% -
HSV(B) 297.27º 0.5% 0.87% -
XYZ 47.05 31.19 71.95 -
YUV 154.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 216 111 221 0.02 0.50 0 0.13 297.27 0.62 0.65
Hex D8 6F DD 2 32 0 D 129 3E 41
Octal 330 157 335 2 62 0 15 451 76 101
Binary 11011000 1101111 11011101 10 110010 0 1101 100101001 111110 1000001

Color Harmonies of #D86FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FDD

Black with #D86FDD

Text Example


Text Example

White with #D86FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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