#D569D9

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

Shades of Orchid #D569D9

Tints of Orchid #D569D9

Color information

#D569D9 (or 0xD569D9) is unknown color: approx Orchid. HEX triplet: D5, 69 and D9. RGB value is (213,105,217). Sum of RGB (Red+Green+Blue) = 213+105+217=535 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.81% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 217 (85.16% from 255 or 40.56% from 535); Max value from RGB is 217 - color contains mainly: blue. Hex color #D569D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569D9 is #2A9626. Grayscale: #959595. Windows color (decimal): -2790951 or 14248405. OLE color: 14248405.

HSL color Cylindrical-coordinate representation of color #D569D9: hue angle of 297.86º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D569D9 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213105217-
CMYK0.020.5200.15
HSL297.86º59.57%63.14%-
HSV(B)297.86º51.61%85.1%-
XYZ45.0229.2668.92-
YUV150.06165.78172.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.81%
GREEN value IS 105 (41.41% from 255) = 19.63%
BLUE value IS 217 (85.16% from 255) = 40.56%
R=39.81%
G=19.63%
B=40.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2131052170.020.5200.15297.8659.5763.14
HexD569D92340F12a3c3f
Octal3251513312640174527477
Binary110101011101001110110011011010001111100101010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569D9; }

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

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

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

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

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

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

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

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