#CA82F9

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

Shades of Heliotrope #CA82F9

Tints of Heliotrope #CA82F9

Color information

#CA82F9 (or 0xCA82F9) is unknown color: approx Heliotrope. HEX triplet: CA, 82 and F9. RGB value is (202,130,249). Sum of RGB (Red+Green+Blue) = 202+130+249=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 130 (51.17% from 255 or 22.38% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA82F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA82F9 is #357D06. Grayscale: #A4A4A4. Windows color (decimal): -3505415 or 16351946. OLE color: 16351946.

HSL color Cylindrical-coordinate representation of color #CA82F9: hue angle of 276.3º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CA82F9 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202130249-
CMYK0.190.4800.02
HSL276.3º90.84%74.31%-
HSV(B)276.3º47.79%97.65%-
XYZ49.4435.3693.84-
YUV165.09175.35154.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 130 (51.17% from 255) = 22.38%
BLUE value IS 249 (97.66% from 255) = 42.86%
R=34.77%
G=22.38%
B=42.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021302490.190.4800.02276.390.8474.31
HexCA82F91330021145b4a
Octal312202371236002424133112
Binary1100101010000010111110011001111000001010001010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82F9; }

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

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

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

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

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

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

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

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