#d069d2

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

Shades of Orchid #D069D2

Tints of Orchid #D069D2

Color information

#D069D2 (or 0xD069D2) is unknown color: approx Orchid. HEX triplet: D0, 69 and D2. RGB value is (208,105,210). Sum of RGB (Red+Green+Blue) = 208+105+210=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 210 - color contains mainly: blue. Hex color #D069D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069D2 is #2F962D. Grayscale: #939393. Windows color (decimal): -3118638 or 13789648. OLE color: 13789648.

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

Color convert

RGB208105210-
CMYK0.010.5000.18
HSL298.86º53.85%61.76%-
HSV(B)298.86º50%82.35%-
XYZ42.728.1764.16-
YUV147.77163.12170.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 105 (41.41% from 255) = 20.08%
BLUE value IS 210 (82.42% from 255) = 40.15%
R=39.77%
G=20.08%
B=40.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081052100.010.5000.18298.8653.8561.76
HexD069D213201212b363e
Octal3201513221620224536676
Binary110100001101001110100101110010010010100101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d069d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d069d2; }

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

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

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

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

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

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

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

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