#D569B6

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

Shades of Orchid #D569B6

Tints of Orchid #D569B6

Color information

#D569B6 (or 0xD569B6) is unknown color: approx Orchid. HEX triplet: D5, 69 and B6. RGB value is (213,105,182). Sum of RGB (Red+Green+Blue) = 213+105+182=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D569B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569B6 is #2A9649. Grayscale: #919191. Windows color (decimal): -2790986 or 11954645. OLE color: 11954645.

HSL color Cylindrical-coordinate representation of color #D569B6: hue angle of 317.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 #D569B6 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB213105182-
CMYK00.510.150.16
HSL317.22º56.25%62.35%-
HSV(B)317.22º50.7%83.53%-
XYZ40.9427.6347.43-
YUV146.07148.28175.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 105 (41.41% from 255) = 21%
BLUE value IS 182 (71.48% from 255) = 36.4%
R=42.6%
G=21%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310518200.510.150.16317.2256.2562.35
HexD569B6033F1013d383e
Octal32515126606317204757076
Binary110101011101001101101100110011111110000100111101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569B6; }

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

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

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

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

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

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

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

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