#DA81CF

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

Shades of Orchid #DA81CF

Tints of Orchid #DA81CF

Color information

#DA81CF (or 0xDA81CF) is unknown color: approx Orchid. HEX triplet: DA, 81 and CF. RGB value is (218,129,207). Sum of RGB (Red+Green+Blue) = 218+129+207=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81CF is #257E30. Grayscale: #A4A4A4. Windows color (decimal): -2457137 or 13599194. OLE color: 13599194.

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

Color convert

RGB218129207-
CMYK00.410.050.15
HSL307.42º54.6%68.04%-
HSV(B)307.42º40.83%85.49%-
XYZ48.0335.1163.28-
YUV164.5151.99166.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 129 (50.78% from 255) = 23.29%
BLUE value IS 207 (81.25% from 255) = 37.36%
R=39.35%
G=23.29%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812920700.410.050.15307.4254.668.04
HexDA81CF0295F1333744
Octal33220131705151746367104
Binary110110101000000111001111010100110111111001100111101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA81CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA81CF; }

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

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

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

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

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

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

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

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