#D569C4

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

Shades of Orchid #D569C4

Tints of Orchid #D569C4

Color information

#D569C4 (or 0xD569C4) is unknown color: approx Orchid. HEX triplet: D5, 69 and C4. RGB value is (213,105,196). Sum of RGB (Red+Green+Blue) = 213+105+196=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D569C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D569C4 is #2A963B. Grayscale: #939393. Windows color (decimal): -2790972 or 12872149. OLE color: 12872149.

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

Color convert

RGB213105196-
CMYK00.510.080.16
HSL309.44º56.25%62.35%-
HSV(B)309.44º50.7%83.53%-
XYZ42.4628.2355.44-
YUV147.67155.28174.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 105 (41.41% from 255) = 20.43%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=41.44%
G=20.43%
B=38.13%

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
Decimal21310519600.510.080.16309.4456.2562.35
HexD569C4033810135383e
Octal32515130406310204657076
Binary110101011101001110001000110011100010000100110101111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D569C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D569C4; }

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

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

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

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

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

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

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

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