#DA74DD

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

Shades of Orchid #DA74DD

Tints of Orchid #DA74DD

Color information

#DA74DD (or 0xDA74DD) is unknown color: approx Orchid. HEX triplet: DA, 74 and DD. RGB value is (218,116,221). Sum of RGB (Red+Green+Blue) = 218+116+221=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 116 (45.70% from 255 or 20.90% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74DD is #258B22. Grayscale: #9E9E9E. Windows color (decimal): -2460451 or 14513370. OLE color: 14513370.

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

Color convert

RGB218116221-
CMYK0.010.4800.13
HSL298.29º60.69%66.08%-
HSV(B)298.29º47.51%86.67%-
XYZ48.2132.6272.16-
YUV158.47163.29170.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.28%
GREEN value IS 116 (45.70% from 255) = 20.90%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=39.28%
G=20.90%
B=39.82%

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
Decimal2181162210.010.4800.13298.2960.6966.08
HexDA74DD1300D12a3d42
Octal33216433516001545275102
Binary110110101110100110111011110000011011001010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74DD; }

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

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

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

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

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

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

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

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