#CA80FE

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

Shades of Heliotrope #CA80FE

Tints of Heliotrope #CA80FE

Color information

#CA80FE (or 0xCA80FE) is unknown color: approx Heliotrope. HEX triplet: CA, 80 and FE. RGB value is (202,128,254). Sum of RGB (Red+Green+Blue) = 202+128+254=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 128 (50.39% from 255 or 21.92% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80FE is #357F01. Grayscale: #A4A4A4. Windows color (decimal): -3505922 or 16679114. OLE color: 16679114.

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

Color convert

RGB202128254-
CMYK0.200.5000.00
HSL275.24º98.44%74.9%-
HSV(B)275.24º49.61%99.61%-
XYZ49.9735.1597.92-
YUV164.49178.52154.75-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 128 (50.39% from 255) = 21.92%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=34.59%
G=21.92%
B=43.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021282540.200.5000.00275.2498.4474.9
HexCA80FE143200113624b
Octal312200376246200423142113
Binary110010101000000011111110101001100100010001001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80FE; }

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

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

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

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

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

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

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

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