#D572CE

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

Shades of Orchid #D572CE

Tints of Orchid #D572CE

Color information

#D572CE (or 0xD572CE) is unknown color: approx Orchid. HEX triplet: D5, 72 and CE. RGB value is (213,114,206). Sum of RGB (Red+Green+Blue) = 213+114+206=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D572CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D572CE is #2A8D31. Grayscale: #999999. Windows color (decimal): -2788658 or 13529813. OLE color: 13529813.

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

Color convert

RGB213114206-
CMYK00.460.030.16
HSL304.24º54.1%64.12%-
HSV(B)304.24º46.48%83.53%-
XYZ44.630.6461.96-
YUV154.09157.3170.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.96%
GREEN value IS 114 (44.92% from 255) = 21.39%
BLUE value IS 206 (80.86% from 255) = 38.65%
R=39.96%
G=21.39%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311420600.460.030.16304.2454.164.12
HexD572CE02E3101303640
Octal32516231605632046066100
Binary11010101111001011001110010111011100001001100001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572CE; }

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

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

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

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

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

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

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

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