#DC74DD

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

Shades of Orchid #DC74DD

Tints of Orchid #DC74DD

Color information

#DC74DD (or 0xDC74DD) is unknown color: approx Orchid. HEX triplet: DC, 74 and DD. RGB value is (220,116,221). Sum of RGB (Red+Green+Blue) = 220+116+221=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC74DD is #238B22. Grayscale: #9E9E9E. Windows color (decimal): -2329379 or 14513372. OLE color: 14513372.

HSL color Cylindrical-coordinate representation of color #DC74DD: hue angle of 299.43º degrees, saturation: 0.61, 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 #DC74DD is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220116221-
CMYK0.000.4800.13
HSL299.43º60.69%66.08%-
HSV(B)299.43º47.51%86.67%-
XYZ48.8132.9372.19-
YUV159.07162.96171.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 116 (45.70% from 255) = 20.83%
BLUE value IS 221 (86.72% from 255) = 39.68%
R=39.50%
G=20.83%
B=39.68%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201162210.000.4800.13299.4360.6966.08
HexDC74DD0300D12b3d42
Octal33416433506001545375102
Binary110111001110100110111010110000011011001010111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC74DD; }

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

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

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

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

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

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

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

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