#DA74E6

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

Shades of Orchid #DA74E6

Tints of Orchid #DA74E6

Color information

#DA74E6 (or 0xDA74E6) is unknown color: approx Orchid. HEX triplet: DA, 74 and E6. RGB value is (218,116,230). Sum of RGB (Red+Green+Blue) = 218+116+230=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 116 (45.70% from 255 or 20.57% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 230 - color contains mainly: blue. Hex color #DA74E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DA74E6 is #258B19. Grayscale: #9F9F9F. Windows color (decimal): -2460442 or 15103194. OLE color: 15103194.

HSL color Cylindrical-coordinate representation of color #DA74E6: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA74E6 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218116230-
CMYK0.050.5000.10
HSL293.68º69.51%67.84%-
HSV(B)293.68º49.57%90.2%-
XYZ49.4433.1178.65-
YUV159.49167.79169.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 116 (45.70% from 255) = 20.57%
BLUE value IS 230 (90.23% from 255) = 40.78%
R=38.65%
G=20.57%
B=40.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2181162300.050.5000.10293.6869.5167.84
HexDA74E65320A1264644
Octal332164346562012446106104
Binary110110101110100111001101011100100101010010011010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA74E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA74E6; }

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

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

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

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

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

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

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

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