#D569C9

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

Shades of Orchid #D569C9

Tints of Orchid #D569C9

Color information

#D569C9 (or 0xD569C9) is unknown color: approx Orchid. HEX triplet: D5, 69 and C9. RGB value is (213,105,201). Sum of RGB (Red+Green+Blue) = 213+105+201=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 105 (41.41% from 255 or 20.23% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D569C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569C9 is #2A9636. Grayscale: #939393. Windows color (decimal): -2790967 or 13199829. OLE color: 13199829.

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

Color convert

RGB213105201-
CMYK00.510.060.16
HSL306.67º56.25%62.35%-
HSV(B)306.67º50.7%83.53%-
XYZ43.0328.4758.48-
YUV148.24157.78174.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 105 (41.41% from 255) = 20.23%
BLUE value IS 201 (78.91% from 255) = 38.73%
R=41.04%
G=20.23%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310520100.510.060.16306.6756.2562.35
HexD569C9033610133383e
Octal3251513110636204637076
Binary11010101110100111001001011001111010000100110011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569C9; }

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

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

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

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

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

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

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

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