#DA84CC

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

Shades of Orchid #DA84CC

Tints of Orchid #DA84CC

Color information

#DA84CC (or 0xDA84CC) is unknown color: approx Orchid. HEX triplet: DA, 84 and CC. RGB value is (218,132,204). Sum of RGB (Red+Green+Blue) = 218+132+204=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84CC is #257B33. Grayscale: #A5A5A5. Windows color (decimal): -2456372 or 13403354. OLE color: 13403354.

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

Color convert

RGB218132204-
CMYK00.390.060.15
HSL309.77º53.75%68.63%-
HSV(B)309.77º39.45%85.49%-
XYZ48.0635.7761.5-
YUV165.92149.49165.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=39.35%
G=23.83%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813220400.390.060.15309.7753.7568.63
HexDA84CC0276F1363645
Octal33220431404761746666105
Binary110110101000010011001100010011111011111001101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84CC; }

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

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

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

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

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

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

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

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