#D064DD

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

Shades of Orchid #D064DD

Tints of Orchid #D064DD

Color information

#D064DD (or 0xD064DD) is unknown color: approx Orchid. HEX triplet: D0, 64 and DD. RGB value is (208,100,221). Sum of RGB (Red+Green+Blue) = 208+100+221=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #D064DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064DD is #2F9B22. Grayscale: #919191. Windows color (decimal): -3119907 or 14509264. OLE color: 14509264.

HSL color Cylindrical-coordinate representation of color #D064DD: hue angle of 293.55º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D064DD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208100221-
CMYK0.060.5500.13
HSL293.55º64.02%62.94%-
HSV(B)293.55º54.75%86.67%-
XYZ43.6227.7471.46-
YUV146.09170.28172.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 100 (39.45% from 255) = 18.90%
BLUE value IS 221 (86.72% from 255) = 41.78%
R=39.32%
G=18.90%
B=41.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081002210.060.5500.13293.5564.0262.94
HexD064DD6370D126403f
Octal32014433566701544610077
Binary11010000110010011011101110110111011011001001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D064DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D064DD; }

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

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

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

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

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

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

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

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