#D572CC

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

Shades of Orchid #D572CC

Tints of Orchid #D572CC

Color information

#D572CC (or 0xD572CC) is unknown color: approx Orchid. HEX triplet: D5, 72 and CC. RGB value is (213,114,204). Sum of RGB (Red+Green+Blue) = 213+114+204=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D572CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572CC is #2A8D33. Grayscale: #999999. Windows color (decimal): -2788660 or 13398741. OLE color: 13398741.

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

Color convert

RGB213114204-
CMYK00.460.040.16
HSL305.45º54.1%64.12%-
HSV(B)305.45º46.48%83.53%-
XYZ44.3630.5460.68-
YUV153.86156.3170.18-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.11%
GREEN value IS 114 (44.92% from 255) = 21.47%
BLUE value IS 204 (80.08% from 255) = 38.42%
R=40.11%
G=21.47%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311420400.460.040.16305.4554.164.12
HexD572CC02E4101313640
Octal32516231405642046166100
Binary110101011110010110011000101110100100001001100011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572CC; }

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

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

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

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

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

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

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

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