#DF74CD

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

Shades of Orchid #DF74CD

Tints of Orchid #DF74CD

Color information

#DF74CD (or 0xDF74CD) is unknown color: approx Orchid. HEX triplet: DF, 74 and CD. RGB value is (223,116,205). Sum of RGB (Red+Green+Blue) = 223+116+205=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 116 (45.70% from 255 or 21.32% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF74CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74CD is #208B32. Grayscale: #9D9D9D. Windows color (decimal): -2132787 or 13464799. OLE color: 13464799.

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

Color convert

RGB223116205-
CMYK00.480.080.13
HSL310.09º62.57%66.47%-
HSV(B)310.09º47.98%87.45%-
XYZ47.732.5961.53-
YUV158.14154.45174.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 116 (45.70% from 255) = 21.32%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=40.99%
G=21.32%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311620500.480.080.13310.0962.5766.47
HexDF74CD0308D1363f42
Octal337164315060101546677102
Binary110111111110100110011010110000100011011001101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF74CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF74CD; }

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

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

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

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

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

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

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

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