#DA84CA

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

Shades of Orchid #DA84CA

Tints of Orchid #DA84CA

Color information

#DA84CA (or 0xDA84CA) is unknown color: approx Orchid. HEX triplet: DA, 84 and CA. RGB value is (218,132,202). Sum of RGB (Red+Green+Blue) = 218+132+202=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84CA is #257B35. Grayscale: #A5A5A5. Windows color (decimal): -2456374 or 13272282. OLE color: 13272282.

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

Color convert

RGB218132202-
CMYK00.390.070.15
HSL311.16º53.75%68.63%-
HSV(B)311.16º39.45%85.49%-
XYZ47.8335.6760.24-
YUV165.69148.49165.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=39.49%
G=23.91%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813220200.390.070.15311.1653.7568.63
HexDA84CA0277F1373645
Octal33220431204771746766105
Binary110110101000010011001010010011111111111001101111101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84CA; }

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

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

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

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

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

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

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

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