#CA82DA

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

Shades of Orchid #CA82DA

Tints of Orchid #CA82DA

Color information

#CA82DA (or 0xCA82DA) is unknown color: approx Orchid. HEX triplet: CA, 82 and DA. RGB value is (202,130,218). Sum of RGB (Red+Green+Blue) = 202+130+218=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82DA is #357D25. Grayscale: #A1A1A1. Windows color (decimal): -3505446 or 14320330. OLE color: 14320330.

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

Color convert

RGB202130218-
CMYK0.070.4000.15
HSL289.09º54.32%68.24%-
HSV(B)289.09º40.37%85.49%-
XYZ44.9933.5870.44-
YUV161.56159.85156.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=36.73%
G=23.64%
B=39.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021302180.070.4000.15289.0954.3268.24
HexCA82DA7280F1213644
Octal31220233275001744166104
Binary110010101000001011011010111101000011111001000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82DA; }

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

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

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

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

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

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

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

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