Html Css Color HEX #D86FDE Orchid

📋 copy color: '#D86FDE'

red 216 ◦ green 111 ◦ blue 222

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

Shades of Orchid #D86FDE

Tints of Orchid #D86FDE

RGB

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

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

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

R = 39.34%
G = 20.22%
B = 40.44%

CMYK

 C value IS 0.03

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D86FDE (or 0xD86FDE) is known color: Orchid. HEX triplet: D8, 6F and DE. RGB value is (216,111,222). Sum of RGB (Red+Green+Blue) = 216+111+222=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 111 (43.75% from 255 or 20.22% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #D86FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D86FDE is #279021. Grayscale: #9A9A9A. Windows color (decimal): -2592802 or 14577624. OLE color: 14577624.

HSL color Cylindrical-coordinate representation of color #D86FDE: hue angle of 296.76º degrees, saturation: 0.63, 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 #D86FDE is Cyan = 0.03, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 111 222 -
CMYK 0.03 0.5 0 0.13
HSL 296.76º 0.63% 0.65% -
HSV(B) 296.76º 0.5% 0.87% -
XYZ 47.19 31.24 72.65 -
YUV 155.05 165.79 171.47 -
System Red Green Blue C M Y K H S L
Decimal 216 111 222 0.03 0.5 0 0.13 296.76 0.63 0.65
Hex D8 6F DE 3 32 0 D 129 3F 41
Octal 330 157 336 3 62 0 15 451 77 101
Binary 11011000 1101111 11011110 11 110010 0 1101 100101001 111111 1000001

Color Harmonies of #D86FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86FDE

Black with #D86FDE

Text Example


Text Example

White with #D86FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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