#DA81CC

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

Shades of Orchid #DA81CC

Tints of Orchid #DA81CC

Color information

#DA81CC (or 0xDA81CC) is unknown color: approx Orchid. HEX triplet: DA, 81 and CC. RGB value is (218,129,204). Sum of RGB (Red+Green+Blue) = 218+129+204=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81CC is #257E33. Grayscale: #A3A3A3. Windows color (decimal): -2457140 or 13402586. OLE color: 13402586.

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

Color convert

RGB218129204-
CMYK00.410.060.15
HSL309.44º54.6%68.04%-
HSV(B)309.44º40.83%85.49%-
XYZ47.6634.9761.36-
YUV164.16150.49166.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=39.56%
G=23.41%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812920400.410.060.15309.4454.668.04
HexDA81CC0296F1353744
Octal33220131405161746567104
Binary110110101000000111001100010100111011111001101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81CC; }

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

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

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

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

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

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

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

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