#D569D6

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

Shades of Orchid #D569D6

Tints of Orchid #D569D6

Color information

#D569D6 (or 0xD569D6) is unknown color: approx Orchid. HEX triplet: D5, 69 and D6. RGB value is (213,105,214). Sum of RGB (Red+Green+Blue) = 213+105+214=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 105 (41.41% from 255 or 19.74% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #D569D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569D6 is #2A9629. Grayscale: #959595. Windows color (decimal): -2790954 or 14051797. OLE color: 14051797.

HSL color Cylindrical-coordinate representation of color #D569D6: hue angle of 299.45º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D569D6 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB213105214-
CMYK0.000.5100.16
HSL299.45º57.07%62.55%-
HSV(B)299.45º50.93%83.92%-
XYZ44.6329.166.88-
YUV149.72164.28173.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 105 (41.41% from 255) = 19.74%
BLUE value IS 214 (83.98% from 255) = 40.23%
R=40.04%
G=19.74%
B=40.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131052140.000.5100.16299.4557.0762.55
HexD569D603301012b393f
Octal3251513260630204537177
Binary110101011101001110101100110011010000100101011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569D6; }

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

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

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

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

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

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

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

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