#D069CE

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

Shades of Orchid #D069CE

Tints of Orchid #D069CE

Color information

#D069CE (or 0xD069CE) is unknown color: approx Orchid. HEX triplet: D0, 69 and CE. RGB value is (208,105,206). Sum of RGB (Red+Green+Blue) = 208+105+206=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 208 - color contains mainly: red. Hex color #D069CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069CE is #2F9631. Grayscale: #939393. Windows color (decimal): -3118642 or 13527504. OLE color: 13527504.

HSL color Cylindrical-coordinate representation of color #D069CE: hue angle of 301.17º 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 #D069CE is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208105206-
CMYK00.500.010.18
HSL301.17º52.28%61.37%-
HSV(B)301.17º49.52%81.57%-
XYZ42.227.9761.57-
YUV147.31161.12171.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.08%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=40.08%
G=20.23%
B=39.69%

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
Decimal20810520600.500.010.18301.1752.2861.37
HexD069CE03211212d343d
Octal3201513160621224556475
Binary110100001101001110011100110010110010100101101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069CE; }

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

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

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

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

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

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

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

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