#CA60F0

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

Shades of Heliotrope #CA60F0

Tints of Heliotrope #CA60F0

Color information

#CA60F0 (or 0xCA60F0) is unknown color: approx Heliotrope. HEX triplet: CA, 60 and F0. RGB value is (202,96,240). Sum of RGB (Red+Green+Blue) = 202+96+240=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 240 (94.14% from 255 or 44.61% from 538); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60F0 is #359F0F. Grayscale: #8F8F8F. Windows color (decimal): -3514128 or 15753418. OLE color: 15753418.

HSL color Cylindrical-coordinate representation of color #CA60F0: hue angle of 284.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA60F0 is Cyan = 0.16, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20296240-
CMYK0.160.600.06
HSL284.17º82.76%65.88%-
HSV(B)284.17º60%94.12%-
XYZ44.2727.2185.36-
YUV144.11182.12169.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.55%
GREEN value IS 96 (37.89% from 255) = 17.84%
BLUE value IS 240 (94.14% from 255) = 44.61%
R=37.55%
G=17.84%
B=44.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202962400.160.600.06284.1782.7665.88
HexCA60F0103C0611c5342
Octal312140360207406434123102
Binary1100101011000001111000010000111100011010001110010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60F0; }

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

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

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

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

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

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

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

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