Html Css Color HEX #D864DC Orchid

📋 copy color: '#D864DC'

red 216 ◦ green 100 ◦ blue 220

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

Shades of Orchid #D864DC

Tints of Orchid #D864DC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.66%

 BLUE value IS 220 (86.33% from 255) = 41.04%

R = 40.3%
G = 18.66%
B = 41.04%

CMYK

 C value IS 0.02

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D864DC (or 0xD864DC) is known color: Orchid. HEX triplet: D8, 64 and DC. RGB value is (216,100,220). Sum of RGB (Red+Green+Blue) = 216+100+220=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #D864DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864DC is #279B23. Grayscale: #949494. Windows color (decimal): -2595620 or 14443736. OLE color: 14443736.

HSL color Cylindrical-coordinate representation of color #D864DC: hue angle of 298º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D864DC is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 100 220 -
CMYK 0.02 0.55 0 0.14
HSL 298º 0.63% 0.63% -
HSV(B) 298º 0.55% 0.86% -
XYZ 45.79 28.88 70.87 -
YUV 148.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 216 100 220 0.02 0.55 0 0.14 298 0.63 0.63
Hex D8 64 DC 2 37 0 E 12A 3F 3F
Octal 330 144 334 2 67 0 16 452 77 77
Binary 11011000 1100100 11011100 10 110111 0 1110 100101010 111111 111111

Color Harmonies of #D864DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864DC

Black with #D864DC

Text Example


Text Example

White with #D864DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864DC; }

 p { color: rgb(216,100,220); }

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

background-color css

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

 a { background-color: rgb(216,100,220); }

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

border-color css

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

 span { border-color: rgb(216,100,220); }

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