#DA83CA

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

Shades of Orchid #DA83CA

Tints of Orchid #DA83CA

Color information

#DA83CA (or 0xDA83CA) is unknown color: approx Orchid. HEX triplet: DA, 83 and CA. RGB value is (218,131,202). Sum of RGB (Red+Green+Blue) = 218+131+202=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83CA is #257C35. Grayscale: #A4A4A4. Windows color (decimal): -2456630 or 13272026. OLE color: 13272026.

HSL color Cylindrical-coordinate representation of color #DA83CA: hue angle of 311.03º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA83CA is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB218131202-
CMYK00.400.070.15
HSL311.03º54.04%68.43%-
HSV(B)311.03º39.91%85.49%-
XYZ47.6935.460.2-
YUV165.11148.82165.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 202 (79.30% from 255) = 36.66%
R=39.56%
G=23.77%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813120200.400.070.15311.0354.0468.43
HexDA83CA0287F1373644
Octal33220331205071746766104
Binary110110101000001111001010010100011111111001101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA83CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA83CA; }

 p { color: rgb(218,131,202); }

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

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

 a { background-color: rgb(218,131,202); }

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

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

 span { border-color: rgb(218,131,202); }

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