#DC74CD

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

Shades of Orchid #DC74CD

Tints of Orchid #DC74CD

Color information

#DC74CD (or 0xDC74CD) is unknown color: approx Orchid. HEX triplet: DC, 74 and CD. RGB value is (220,116,205). Sum of RGB (Red+Green+Blue) = 220+116+205=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 116 (45.70% from 255 or 21.44% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74CD is #238B32. Grayscale: #9C9C9C. Windows color (decimal): -2329395 or 13464796. OLE color: 13464796.

HSL color Cylindrical-coordinate representation of color #DC74CD: hue angle of 308.65º 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 #DC74CD is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB220116205-
CMYK00.470.070.14
HSL308.65º59.77%65.88%-
HSV(B)308.65º47.27%86.27%-
XYZ46.7832.1161.49-
YUV157.24154.96172.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 116 (45.70% from 255) = 21.44%
BLUE value IS 205 (80.47% from 255) = 37.89%
R=40.67%
G=21.44%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011620500.470.070.14308.6559.7765.88
HexDC74CD02F7E1353c42
Octal33416431505771646574102
Binary11011100111010011001101010111111111101001101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74CD; }

 p { color: rgb(220,116,205); }

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

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

 a { background-color: rgb(220,116,205); }

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

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

 span { border-color: rgb(220,116,205); }

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