#D572C7

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

Shades of Orchid #D572C7

Tints of Orchid #D572C7

Color information

#D572C7 (or 0xD572C7) is unknown color: approx Orchid. HEX triplet: D5, 72 and C7. RGB value is (213,114,199). Sum of RGB (Red+Green+Blue) = 213+114+199=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D572C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572C7 is #2A8D38. Grayscale: #999999. Windows color (decimal): -2788665 or 13071061. OLE color: 13071061.

HSL color Cylindrical-coordinate representation of color #D572C7: hue angle of 308.48º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D572C7 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB213114199-
CMYK00.460.070.16
HSL308.48º54.1%64.12%-
HSV(B)308.48º46.48%83.53%-
XYZ43.7730.357.58-
YUV153.29153.8170.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 114 (44.92% from 255) = 21.67%
BLUE value IS 199 (78.12% from 255) = 37.83%
R=40.49%
G=21.67%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311419900.460.070.16308.4854.164.12
HexD572C702E7101343640
Octal32516230705672046466100
Binary110101011110010110001110101110111100001001101001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572C7; }

 p { color: rgb(213,114,199); }

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

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

 a { background-color: rgb(213,114,199); }

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

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

 span { border-color: rgb(213,114,199); }

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