#CA71F1

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

Shades of Heliotrope #CA71F1

Tints of Heliotrope #CA71F1

Color information

#CA71F1 (or 0xCA71F1) is unknown color: approx Heliotrope. HEX triplet: CA, 71 and F1. RGB value is (202,113,241). Sum of RGB (Red+Green+Blue) = 202+113+241=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 241 (94.53% from 255 or 43.35% from 556); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA71F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71F1 is #358E0E. Grayscale: #999999. Windows color (decimal): -3509775 or 15823306. OLE color: 15823306.

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

Color convert

RGB202113241-
CMYK0.160.5300.05
HSL281.72º82.05%69.41%-
HSV(B)281.72º53.11%94.51%-
XYZ46.1430.7286.72-
YUV154.2176.99162.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 113 (44.53% from 255) = 20.32%
BLUE value IS 241 (94.53% from 255) = 43.35%
R=36.33%
G=20.32%
B=43.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021132410.160.5300.05281.7282.0569.41
HexCA71F110350511a5245
Octal312161361206505432122105
Binary1100101011100011111000110000110101010110001101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA71F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA71F1; }

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

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

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

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

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

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

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

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