#CA80FD

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

Shades of Heliotrope #CA80FD

Tints of Heliotrope #CA80FD

Color information

#CA80FD (or 0xCA80FD) is unknown color: approx Heliotrope. HEX triplet: CA, 80 and FD. RGB value is (202,128,253). Sum of RGB (Red+Green+Blue) = 202+128+253=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 128 (50.39% from 255 or 21.96% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80FD is #357F02. Grayscale: #A3A3A3. Windows color (decimal): -3505923 or 16613578. OLE color: 16613578.

HSL color Cylindrical-coordinate representation of color #CA80FD: hue angle of 275.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA80FD is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202128253-
CMYK0.200.4900.01
HSL275.52º96.9%74.71%-
HSV(B)275.52º49.41%99.22%-
XYZ49.8135.0997.08-
YUV164.38178.02154.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.65%
GREEN value IS 128 (50.39% from 255) = 21.96%
BLUE value IS 253 (99.22% from 255) = 43.40%
R=34.65%
G=21.96%
B=43.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021282530.200.4900.01275.5296.974.71
HexCA80FD143101114614b
Octal312200375246101424141113
Binary110010101000000011111101101001100010110001010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA80FD; }

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

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

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

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

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

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

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

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