#CA80F9

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

Shades of Heliotrope #CA80F9

Tints of Heliotrope #CA80F9

Color information

#CA80F9 (or 0xCA80F9) is unknown color: approx Heliotrope. HEX triplet: CA, 80 and F9. RGB value is (202,128,249). Sum of RGB (Red+Green+Blue) = 202+128+249=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 128 (50.39% from 255 or 22.11% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80F9 is #357F06. Grayscale: #A3A3A3. Windows color (decimal): -3505927 or 16351434. OLE color: 16351434.

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

Color convert

RGB202128249-
CMYK0.190.4900.02
HSL276.69º90.98%73.92%-
HSV(B)276.69º48.59%97.65%-
XYZ49.1834.8393.75-
YUV163.92176.02155.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.89%
GREEN value IS 128 (50.39% from 255) = 22.11%
BLUE value IS 249 (97.66% from 255) = 43.01%
R=34.89%
G=22.11%
B=43.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021282490.190.4900.02276.6990.9873.92
HexCA80F91331021155b4a
Octal312200371236102425133112
Binary1100101010000000111110011001111000101010001010110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80F9; }

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

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

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

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

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

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

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

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