#DA81CD

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

Shades of Orchid #DA81CD

Tints of Orchid #DA81CD

Color information

#DA81CD (or 0xDA81CD) is unknown color: approx Orchid. HEX triplet: DA, 81 and CD. RGB value is (218,129,205). Sum of RGB (Red+Green+Blue) = 218+129+205=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 129 (50.78% from 255 or 23.37% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81CD is #257E32. Grayscale: #A4A4A4. Windows color (decimal): -2457139 or 13468122. OLE color: 13468122.

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

Color convert

RGB218129205-
CMYK00.410.060.15
HSL308.76º54.6%68.04%-
HSV(B)308.76º40.83%85.49%-
XYZ47.7835.0162-
YUV164.28150.99166.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 129 (50.78% from 255) = 23.37%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=39.49%
G=23.37%
B=37.14%

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
Decimal21812920500.410.060.15308.7654.668.04
HexDA81CD0296F1353744
Octal33220131505161746567104
Binary110110101000000111001101010100111011111001101011101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81CD; }

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

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

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

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

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

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

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

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