#CA82ED

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

Shades of Heliotrope #CA82ED

Tints of Heliotrope #CA82ED

Color information

#CA82ED (or 0xCA82ED) is unknown color: approx Heliotrope. HEX triplet: CA, 82 and ED. RGB value is (202,130,237). Sum of RGB (Red+Green+Blue) = 202+130+237=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA82ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82ED is #357D12. Grayscale: #A3A3A3. Windows color (decimal): -3505427 or 15565514. OLE color: 15565514.

HSL color Cylindrical-coordinate representation of color #CA82ED: hue angle of 280.37º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA82ED is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB202130237-
CMYK0.150.4500.07
HSL280.37º74.83%71.96%-
HSV(B)280.37º45.15%92.94%-
XYZ47.6334.6484.3-
YUV163.73169.35155.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 130 (51.17% from 255) = 22.85%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=35.50%
G=22.85%
B=41.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2021302370.150.4500.07280.3774.8371.96
HexCA82EDF2D071184b48
Octal312202355175507430113110
Binary1100101010000010111011011111101101011110001100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82ED; }

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

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

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

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

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

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

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

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