Html Css Color HEX #D864DB Orchid

📋 copy color: '#D864DB'

red 216 ◦ green 100 ◦ blue 219

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

Shades of Orchid #D864DB

Tints of Orchid #D864DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 40.37%
G = 18.69%
B = 40.93%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D864DB (or 0xD864DB) is known color: Orchid. HEX triplet: D8, 64 and DB. RGB value is (216,100,219). Sum of RGB (Red+Green+Blue) = 216+100+219=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #D864DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D864DB is #279B24. Grayscale: #939393. Windows color (decimal): -2595621 or 14378200. OLE color: 14378200.

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

Color convert

RGB 216 100 219 -
CMYK 0.01 0.54 0 0.14
HSL 298.49º 0.62% 0.63% -
HSV(B) 298.49º 0.54% 0.86% -
XYZ 45.66 28.83 70.18 -
YUV 148.25 167.93 176.32 -
System Red Green Blue C M Y K H S L
Decimal 216 100 219 0.01 0.54 0 0.14 298.49 0.62 0.63
Hex D8 64 DB 1 36 0 E 12A 3E 3F
Octal 330 144 333 1 66 0 16 452 76 77
Binary 11011000 1100100 11011011 1 110110 0 1110 100101010 111110 111111

Color Harmonies of #D864DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D864DB

Black with #D864DB

Text Example


Text Example

White with #D864DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D864DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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