#D066D5

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

Shades of Orchid #D066D5

Tints of Orchid #D066D5

Color information

#D066D5 (or 0xD066D5) is unknown color: approx Orchid. HEX triplet: D0, 66 and D5. RGB value is (208,102,213). Sum of RGB (Red+Green+Blue) = 208+102+213=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #D066D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D066D5 is #2F992A. Grayscale: #929292. Windows color (decimal): -3119403 or 13985488. OLE color: 13985488.

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

Color convert

RGB208102213-
CMYK0.020.5200.16
HSL297.3º56.92%61.76%-
HSV(B)297.3º52.11%83.53%-
XYZ42.7727.7266.05-
YUV146.35165.62171.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 102 (40.23% from 255) = 19.50%
BLUE value IS 213 (83.59% from 255) = 40.73%
R=39.77%
G=19.50%
B=40.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081022130.020.5200.16297.356.9261.76
HexD066D5234010129393e
Octal3201463252640204517176
Binary1101000011001101101010110110100010000100101001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D066D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D066D5; }

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

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

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

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

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

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

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

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