#CA6FF1

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

Shades of Heliotrope #CA6FF1

Tints of Heliotrope #CA6FF1

Color information

#CA6FF1 (or 0xCA6FF1) is unknown color: approx Heliotrope. HEX triplet: CA, 6F and F1. RGB value is (202,111,241). Sum of RGB (Red+Green+Blue) = 202+111+241=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 111 (43.75% from 255 or 20.04% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA6FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FF1 is #35900E. Grayscale: #989898. Windows color (decimal): -3510287 or 15822794. OLE color: 15822794.

HSL color Cylindrical-coordinate representation of color #CA6FF1: hue angle of 282º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA6FF1 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB202111241-
CMYK0.160.5400.05
HSL282º82.28%69.02%-
HSV(B)282º53.94%94.51%-
XYZ45.9230.2886.64-
YUV153.03177.65162.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 111 (43.75% from 255) = 20.04%
BLUE value IS 241 (94.53% from 255) = 43.50%
R=36.46%
G=20.04%
B=43.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021112410.160.5400.0528282.2869.02
HexCA6FF110360511a5245
Octal312157361206605432122105
Binary1100101011011111111000110000110110010110001101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FF1; }

 p { color: rgb(202,111,241); }

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

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

 a { background-color: rgb(202,111,241); }

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

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

 span { border-color: rgb(202,111,241); }

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