#D570CB

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

Shades of Orchid #D570CB

Tints of Orchid #D570CB

Color information

#D570CB (or 0xD570CB) is unknown color: approx Orchid. HEX triplet: D5, 70 and CB. RGB value is (213,112,203). Sum of RGB (Red+Green+Blue) = 213+112+203=528 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.34% from 528); Green value is 112 (44.14% from 255 or 21.21% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 213 - color contains mainly: red. Hex color #D570CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D570CB is #2A8F34. Grayscale: #989898. Windows color (decimal): -2789173 or 13332693. OLE color: 13332693.

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

Color convert

RGB213112203-
CMYK00.470.050.16
HSL305.94º54.59%63.73%-
HSV(B)305.94º47.42%83.53%-
XYZ44.0130.0559.98-
YUV152.57156.46171.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.34%
GREEN value IS 112 (44.14% from 255) = 21.21%
BLUE value IS 203 (79.69% from 255) = 38.45%
R=40.34%
G=21.21%
B=38.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311220300.470.050.16305.9454.5963.73
HexD570CB02F5101323740
Octal32516031305752046267100
Binary110101011110000110010110101111101100001001100101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D570CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D570CB; }

 p { color: rgb(213,112,203); }

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

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

 a { background-color: rgb(213,112,203); }

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

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

 span { border-color: rgb(213,112,203); }

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