#DA84D0

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

Shades of Orchid #DA84D0

Tints of Orchid #DA84D0

Color information

#DA84D0 (or 0xDA84D0) is unknown color: approx Orchid. HEX triplet: DA, 84 and D0. RGB value is (218,132,208). Sum of RGB (Red+Green+Blue) = 218+132+208=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84D0 is #257B2F. Grayscale: #A6A6A6. Windows color (decimal): -2456368 or 13665498. OLE color: 13665498.

HSL color Cylindrical-coordinate representation of color #DA84D0: hue angle of 306.98º 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 #DA84D0 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218132208-
CMYK00.390.050.15
HSL306.98º53.75%68.63%-
HSV(B)306.98º39.45%85.49%-
XYZ48.5535.9664.06-
YUV166.38151.49164.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 132 (51.95% from 255) = 23.66%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=39.07%
G=23.66%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813220800.390.050.15306.9853.7568.63
HexDA84D00275F1333645
Octal33220432004751746366105
Binary110110101000010011010000010011110111111001100111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84D0; }

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

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

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

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

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

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

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

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