#D069CD

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

Shades of Orchid #D069CD

Tints of Orchid #D069CD

Color information

#D069CD (or 0xD069CD) is unknown color: approx Orchid. HEX triplet: D0, 69 and CD. RGB value is (208,105,205). Sum of RGB (Red+Green+Blue) = 208+105+205=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D069CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069CD is #2F9632. Grayscale: #929292. Windows color (decimal): -3118643 or 13461968. OLE color: 13461968.

HSL color Cylindrical-coordinate representation of color #D069CD: hue angle of 301.75º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D069CD is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208105205-
CMYK00.500.010.18
HSL301.75º52.28%61.37%-
HSV(B)301.75º49.52%81.57%-
XYZ42.0827.9260.93-
YUV147.2160.62171.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 105 (41.41% from 255) = 20.27%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=40.15%
G=20.27%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810520500.500.010.18301.7552.2861.37
HexD069CD03211212e343d
Octal3201513150621224566475
Binary110100001101001110011010110010110010100101110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069CD; }

 p { color: rgb(208,105,205); }

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

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

 a { background-color: rgb(208,105,205); }

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

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

 span { border-color: rgb(208,105,205); }

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