#D069D5

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

Shades of Orchid #D069D5

Tints of Orchid #D069D5

Color information

#D069D5 (or 0xD069D5) is unknown color: approx Orchid. HEX triplet: D0, 69 and D5. RGB value is (208,105,213). Sum of RGB (Red+Green+Blue) = 208+105+213=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 213 (83.59% from 255 or 40.49% from 526); Max value from RGB is 213 - color contains mainly: blue. Hex color #D069D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069D5 is #2F962A. Grayscale: #939393. Windows color (decimal): -3118635 or 13986256. OLE color: 13986256.

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

Color convert

RGB208105213-
CMYK0.020.5100.16
HSL297.22º56.25%62.35%-
HSV(B)297.22º50.7%83.53%-
XYZ43.0728.3266.15-
YUV148.11164.62170.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 213 (83.59% from 255) = 40.49%
R=39.54%
G=19.96%
B=40.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081052130.020.5100.16297.2256.2562.35
HexD069D5233010129383e
Octal3201513252630204517076
Binary1101000011010011101010110110011010000100101001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D069D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D069D5; }

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

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

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

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

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

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

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

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