#D569C3

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

Shades of Orchid #D569C3

Tints of Orchid #D569C3

Color information

#D569C3 (or 0xD569C3) is unknown color: approx Orchid. HEX triplet: D5, 69 and C3. RGB value is (213,105,195). Sum of RGB (Red+Green+Blue) = 213+105+195=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D569C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569C3 is #2A963C. Grayscale: #939393. Windows color (decimal): -2790973 or 12806613. OLE color: 12806613.

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

Color convert

RGB213105195-
CMYK00.510.080.16
HSL310º56.25%62.35%-
HSV(B)310º50.7%83.53%-
XYZ42.3428.1954.84-
YUV147.55154.78174.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.52%
GREEN value IS 105 (41.41% from 255) = 20.47%
BLUE value IS 195 (76.56% from 255) = 38.01%
R=41.52%
G=20.47%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310519500.510.080.1631056.2562.35
HexD569C3033810136383e
Octal32515130306310204667076
Binary110101011101001110000110110011100010000100110110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569C3; }

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

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

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

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

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

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

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

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