#D569DF

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

Shades of Orchid #D569DF

Tints of Orchid #D569DF

Color information

#D569DF (or 0xD569DF) is unknown color: approx Orchid. HEX triplet: D5, 69 and DF. RGB value is (213,105,223). Sum of RGB (Red+Green+Blue) = 213+105+223=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 105 (41.41% from 255 or 19.41% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #D569DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569DF is #2A9620. Grayscale: #969696. Windows color (decimal): -2790945 or 14641621. OLE color: 14641621.

HSL color Cylindrical-coordinate representation of color #D569DF: hue angle of 294.92º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D569DF is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB213105223-
CMYK0.040.5300.13
HSL294.92º64.84%64.31%-
HSV(B)294.92º52.91%87.45%-
XYZ45.8129.5873.11-
YUV150.74168.78172.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 105 (41.41% from 255) = 19.41%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=39.37%
G=19.41%
B=41.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2131052230.040.5300.13294.9264.8464.31
HexD569DF4350D1274140
Octal325151337465015447101100
Binary110101011101001110111111001101010110110010011110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569DF; }

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

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

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

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

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

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

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

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