#DA81C6

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

Shades of Orchid #DA81C6

Tints of Orchid #DA81C6

Color information

#DA81C6 (or 0xDA81C6) is unknown color: approx Orchid. HEX triplet: DA, 81 and C6. RGB value is (218,129,198). Sum of RGB (Red+Green+Blue) = 218+129+198=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81C6 is #257E39. Grayscale: #A3A3A3. Windows color (decimal): -2457146 or 13009370. OLE color: 13009370.

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

Color convert

RGB218129198-
CMYK00.410.090.15
HSL313.48º54.6%68.04%-
HSV(B)313.48º40.83%85.49%-
XYZ46.9634.6857.65-
YUV163.48147.49166.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 198 (77.73% from 255) = 36.33%
R=40%
G=23.67%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812919800.410.090.15313.4854.668.04
HexDA81C60299F1393744
Octal332201306051111747167104
Binary1101101010000001110001100101001100111111001110011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81C6; }

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

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

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

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

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

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

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

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