#CA80FB

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

Shades of Heliotrope #CA80FB

Tints of Heliotrope #CA80FB

Color information

#CA80FB (or 0xCA80FB) is unknown color: approx Heliotrope. HEX triplet: CA, 80 and FB. RGB value is (202,128,251). Sum of RGB (Red+Green+Blue) = 202+128+251=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 251 (98.44% from 255 or 43.20% from 581); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80FB is #357F04. Grayscale: #A3A3A3. Windows color (decimal): -3505925 or 16482506. OLE color: 16482506.

HSL color Cylindrical-coordinate representation of color #CA80FB: hue angle of 276.1º degrees, saturation: 0.94, 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 #CA80FB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202128251-
CMYK0.200.4900.02
HSL276.1º93.89%74.31%-
HSV(B)276.1º49%98.43%-
XYZ49.4934.9695.41-
YUV164.15177.02155-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 128 (50.39% from 255) = 22.03%
BLUE value IS 251 (98.44% from 255) = 43.20%
R=34.77%
G=22.03%
B=43.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021282510.200.4900.02276.193.8974.31
HexCA80FB1431021145e4a
Octal312200373246102424136112
Binary1100101010000000111110111010011000101010001010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80FB; }

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

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

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

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

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

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

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

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