#D569DA

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

Shades of Orchid #D569DA

Tints of Orchid #D569DA

Color information

#D569DA (or 0xD569DA) is unknown color: approx Orchid. HEX triplet: D5, 69 and DA. RGB value is (213,105,218). Sum of RGB (Red+Green+Blue) = 213+105+218=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #D569DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569DA is #2A9625. Grayscale: #959595. Windows color (decimal): -2790950 or 14313941. OLE color: 14313941.

HSL color Cylindrical-coordinate representation of color #D569DA: hue angle of 297.35º 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 #D569DA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB213105218-
CMYK0.020.5200.15
HSL297.35º60.43%63.33%-
HSV(B)297.35º51.83%85.49%-
XYZ45.1529.3169.61-
YUV150.17166.28172.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.74%
GREEN value IS 105 (41.41% from 255) = 19.59%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=39.74%
G=19.59%
B=40.67%

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
Decimal2131052180.020.5200.15297.3560.4363.33
HexD569DA2340F1293c3f
Octal3251513322640174517477
Binary110101011101001110110101011010001111100101001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569DA; }

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

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

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

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

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

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

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

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