#DA84D2

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

Shades of Orchid #DA84D2

Tints of Orchid #DA84D2

Color information

#DA84D2 (or 0xDA84D2) is unknown color: approx Orchid. HEX triplet: DA, 84 and D2. RGB value is (218,132,210). Sum of RGB (Red+Green+Blue) = 218+132+210=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 210 (82.42% from 255 or 37.5% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84D2 is #257B2D. Grayscale: #A6A6A6. Windows color (decimal): -2456366 or 13796570. OLE color: 13796570.

HSL color Cylindrical-coordinate representation of color #DA84D2: hue angle of 305.58º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA84D2 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218132210-
CMYK00.390.040.15
HSL305.58º53.75%68.63%-
HSV(B)305.58º39.45%85.49%-
XYZ48.836.0665.36-
YUV166.61152.49164.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 210 (82.42% from 255) = 37.5%
R=38.93%
G=23.57%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813221000.390.040.15305.5853.7568.63
HexDA84D20274F1323645
Octal33220432204741746266105
Binary110110101000010011010010010011110011111001100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84D2; }

 p { color: rgb(218,132,210); }

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

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

 a { background-color: rgb(218,132,210); }

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

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

 span { border-color: rgb(218,132,210); }

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