#CA60FE

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

Shades of Heliotrope #CA60FE

Tints of Heliotrope #CA60FE

Color information

#CA60FE (or 0xCA60FE) is unknown color: approx Heliotrope. HEX triplet: CA, 60 and FE. RGB value is (202,96,254). Sum of RGB (Red+Green+Blue) = 202+96+254=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA60FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60FE is #359F01. Grayscale: #919191. Windows color (decimal): -3514114 or 16670922. OLE color: 16670922.

HSL color Cylindrical-coordinate representation of color #CA60FE: hue angle of 280.25º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA60FE is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20296254-
CMYK0.200.6200.00
HSL280.25º98.75%68.63%-
HSV(B)280.25º62.2%99.61%-
XYZ46.4328.0896.74-
YUV145.71189.12168.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 96 (37.89% from 255) = 17.39%
BLUE value IS 254 (99.61% from 255) = 46.01%
R=36.59%
G=17.39%
B=46.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal202962540.200.6200.00280.2598.7568.63
HexCA60FE143E001186345
Octal312140376247600430143105
Binary11001010110000011111110101001111100010001100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60FE; }

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

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

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

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

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

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

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

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