#DC74DF

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

Shades of Orchid #DC74DF

Tints of Orchid #DC74DF

Color information

#DC74DF (or 0xDC74DF) is unknown color: approx Orchid. HEX triplet: DC, 74 and DF. RGB value is (220,116,223). Sum of RGB (Red+Green+Blue) = 220+116+223=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74DF is #238B20. Grayscale: #9E9E9E. Windows color (decimal): -2329377 or 14644444. OLE color: 14644444.

HSL color Cylindrical-coordinate representation of color #DC74DF: hue angle of 298.32º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC74DF is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220116223-
CMYK0.010.4800.13
HSL298.32º62.57%66.47%-
HSV(B)298.32º47.98%87.45%-
XYZ49.0833.0373.6-
YUV159.29163.96171.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=39.36%
G=20.75%
B=39.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201162230.010.4800.13298.3262.5766.47
HexDC74DF1300D12a3f42
Octal33416433716001545277102
Binary110111001110100110111111110000011011001010101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74DF; }

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

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

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

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

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

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

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

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