#DA74D0

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

Shades of Orchid #DA74D0

Tints of Orchid #DA74D0

Color information

#DA74D0 (or 0xDA74D0) is unknown color: approx Orchid. HEX triplet: DA, 74 and D0. RGB value is (218,116,208). Sum of RGB (Red+Green+Blue) = 218+116+208=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 208 (81.64% from 255 or 38.38% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DA74D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA74D0 is #258B2F. Grayscale: #9C9C9C. Windows color (decimal): -2460464 or 13661402. OLE color: 13661402.

HSL color Cylindrical-coordinate representation of color #DA74D0: hue angle of 305.88º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA74D0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218116208-
CMYK00.470.050.15
HSL305.88º57.95%65.49%-
HSV(B)305.88º46.79%85.49%-
XYZ46.5431.9563.39-
YUV156.99156.79171.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 116 (45.70% from 255) = 21.40%
BLUE value IS 208 (81.64% from 255) = 38.38%
R=40.22%
G=21.40%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811620800.470.050.15305.8857.9565.49
HexDA74D002F5F1323a41
Octal33216432005751746272101
Binary11011010111010011010000010111110111111001100101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74D0; }

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

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

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

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

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

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

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

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