#D064D5

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

Shades of Orchid #D064D5

Tints of Orchid #D064D5

Color information

#D064D5 (or 0xD064D5) is unknown color: approx Orchid. HEX triplet: D0, 64 and D5. RGB value is (208,100,213). Sum of RGB (Red+Green+Blue) = 208+100+213=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 100 (39.45% from 255 or 19.19% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #D064D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064D5 is #2F9B2A. Grayscale: #909090. Windows color (decimal): -3119915 or 13984976. OLE color: 13984976.

HSL color Cylindrical-coordinate representation of color #D064D5: hue angle of 297.35º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D064D5 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208100213-
CMYK0.020.5300.16
HSL297.35º57.36%61.37%-
HSV(B)297.35º53.05%83.53%-
XYZ42.5827.3365.98-
YUV145.17166.28172.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 100 (39.45% from 255) = 19.19%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=39.92%
G=19.19%
B=40.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081002130.020.5300.16297.3557.3661.37
HexD064D5235010129393d
Octal3201443252650204517175
Binary1101000011001001101010110110101010000100101001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D064D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D064D5; }

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

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

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

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

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

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

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

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