#DA8ACC

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

Shades of Orchid #DA8ACC

Tints of Orchid #DA8ACC

Color information

#DA8ACC (or 0xDA8ACC) is unknown color: approx Orchid. HEX triplet: DA, 8A and CC. RGB value is (218,138,204). Sum of RGB (Red+Green+Blue) = 218+138+204=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ACC is #257533. Grayscale: #A9A9A9. Windows color (decimal): -2454836 or 13404890. OLE color: 13404890.

HSL color Cylindrical-coordinate representation of color #DA8ACC: hue angle of 310.5º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8ACC is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218138204-
CMYK00.370.060.15
HSL310.5º51.95%69.8%-
HSV(B)310.5º36.7%85.49%-
XYZ48.937.4461.78-
YUV169.44147.5162.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 138 (54.30% from 255) = 24.64%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=38.93%
G=24.64%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813820400.370.060.15310.551.9569.8
HexDA8ACC0256F1363446
Octal33221231404561746664106
Binary110110101000101011001100010010111011111001101101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8ACC; }

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

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

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

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

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

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

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

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