#CA60FD

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

Shades of Heliotrope #CA60FD

Tints of Heliotrope #CA60FD

Color information

#CA60FD (or 0xCA60FD) is unknown color: approx Heliotrope. HEX triplet: CA, 60 and FD. RGB value is (202,96,253). Sum of RGB (Red+Green+Blue) = 202+96+253=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA60FD is #359F02. Grayscale: #919191. Windows color (decimal): -3514115 or 16605386. OLE color: 16605386.

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

Color convert

RGB20296253-
CMYK0.200.6200.01
HSL280.51º97.52%68.43%-
HSV(B)280.51º62.06%99.22%-
XYZ46.2728.0195.9-
YUV145.59188.62168.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 96 (37.89% from 255) = 17.42%
BLUE value IS 253 (99.22% from 255) = 45.92%
R=36.66%
G=17.42%
B=45.92%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal202962530.200.6200.01280.5197.5268.43
HexCA60FD143E011196244
Octal312140375247601431142104
Binary11001010110000011111101101001111100110001100111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA60FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA60FD; }

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

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

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

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

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

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

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

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