#D064DB

Color #D064DB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D064DB

Tints of Orchid #D064DB

Color information

#D064DB (or 0xD064DB) is unknown color: approx Orchid. HEX triplet: D0, 64 and DB. RGB value is (208,100,219). Sum of RGB (Red+Green+Blue) = 208+100+219=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 100 (39.45% from 255 or 18.98% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #D064DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064DB is #2F9B24. Grayscale: #919191. Windows color (decimal): -3119909 or 14378192. OLE color: 14378192.

HSL color Cylindrical-coordinate representation of color #D064DB: hue angle of 294.45º 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 #D064DB is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208100219-
CMYK0.050.5400.14
HSL294.45º62.3%62.55%-
HSV(B)294.45º54.34%85.88%-
XYZ43.3627.6470.07-
YUV145.86169.28172.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 100 (39.45% from 255) = 18.98%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=39.47%
G=18.98%
B=41.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081002190.050.5400.14294.4562.362.55
HexD064DB5360E1263e3f
Octal3201443335660164467677
Binary1101000011001001101101110111011001110100100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D064DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D064DB; }

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

 H1.HeaderClassName
 {
   color: #D064DB;
 }
 .AnyTagClassName
 {
   color: #D064DB;
 }
</style>
background-color css

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

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

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

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

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

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