#D569D1

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

Shades of Orchid #D569D1

Tints of Orchid #D569D1

Color information

#D569D1 (or 0xD569D1) is unknown color: approx Orchid. HEX triplet: D5, 69 and D1. RGB value is (213,105,209). Sum of RGB (Red+Green+Blue) = 213+105+209=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D569D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569D1 is #2A962E. Grayscale: #949494. Windows color (decimal): -2790959 or 13724117. OLE color: 13724117.

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

Color convert

RGB213105209-
CMYK00.510.020.16
HSL302.22º56.25%62.35%-
HSV(B)302.22º50.7%83.53%-
XYZ4428.8563.57-
YUV149.15161.78173.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.42%
GREEN value IS 105 (41.41% from 255) = 19.92%
BLUE value IS 209 (82.03% from 255) = 39.66%
R=40.42%
G=19.92%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310520900.510.020.16302.2256.2562.35
HexD569D103321012e383e
Octal3251513210632204567076
Binary1101010111010011101000101100111010000100101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569D1; }

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

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

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

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

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

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

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

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