#CA80FF

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

Shades of Heliotrope #CA80FF

Tints of Heliotrope #CA80FF

Color information

#CA80FF (or 0xCA80FF) is unknown color: approx Heliotrope. HEX triplet: CA, 80 and FF. RGB value is (202,128,255). Sum of RGB (Red+Green+Blue) = 202+128+255=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 128 (50.39% from 255 or 21.88% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80FF is #357F00. Grayscale: #A4A4A4. Windows color (decimal): -3505921 or 16744650. OLE color: 16744650.

HSL color Cylindrical-coordinate representation of color #CA80FF: hue angle of 274.96º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA80FF is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202128255-
CMYK0.210.5000
HSL274.96º100%75.1%-
HSV(B)274.96º49.8%100%-
XYZ50.1335.2198.76-
YUV164.6179.02154.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 128 (50.39% from 255) = 21.88%
BLUE value IS 255 (100% from 255) = 43.59%
R=34.53%
G=21.88%
B=43.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021282550.210.5000274.9610075.1
HexCA80FF153200113644b
Octal312200377256200423144113
Binary110010101000000011111111101011100100010001001111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80FF; }

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

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

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

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

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

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

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

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