#DA81C8

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

Shades of Orchid #DA81C8

Tints of Orchid #DA81C8

Color information

#DA81C8 (or 0xDA81C8) is unknown color: approx Orchid. HEX triplet: DA, 81 and C8. RGB value is (218,129,200). Sum of RGB (Red+Green+Blue) = 218+129+200=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81C8 is #257E37. Grayscale: #A3A3A3. Windows color (decimal): -2457144 or 13140442. OLE color: 13140442.

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

Color convert

RGB218129200-
CMYK00.410.080.15
HSL312.13º54.6%68.04%-
HSV(B)312.13º40.83%85.49%-
XYZ47.1934.7858.87-
YUV163.71148.49166.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 129 (50.78% from 255) = 23.58%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=39.85%
G=23.58%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812920000.410.080.15312.1354.668.04
HexDA81C80298F1383744
Octal332201310051101747067104
Binary1101101010000001110010000101001100011111001110001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81C8; }

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

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

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

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

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

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

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

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