#DC75D5

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

Shades of Orchid #DC75D5

Tints of Orchid #DC75D5

Color information

#DC75D5 (or 0xDC75D5) is unknown color: approx Orchid. HEX triplet: DC, 75 and D5. RGB value is (220,117,213). Sum of RGB (Red+Green+Blue) = 220+117+213=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DC75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC75D5 is #238A2A. Grayscale: #9E9E9E. Windows color (decimal): -2329131 or 13989340. OLE color: 13989340.

HSL color Cylindrical-coordinate representation of color #DC75D5: hue angle of 304.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC75D5 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220117213-
CMYK00.470.030.14
HSL304.08º59.54%66.08%-
HSV(B)304.08º46.82%86.27%-
XYZ47.8932.7466.75-
YUV158.74158.62171.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 21.27%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=40%
G=21.27%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011721300.470.030.14304.0859.5466.08
HexDC75D502F3E1303c42
Octal33416532505731646074102
Binary1101110011101011101010101011111111101001100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC75D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC75D5; }

 p { color: rgb(220,117,213); }

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

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

 a { background-color: rgb(220,117,213); }

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

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

 span { border-color: rgb(220,117,213); }

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