#CA74F1

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

Shades of Heliotrope #CA74F1

Tints of Heliotrope #CA74F1

Color information

#CA74F1 (or 0xCA74F1) is unknown color: approx Heliotrope. HEX triplet: CA, 74 and F1. RGB value is (202,116,241). Sum of RGB (Red+Green+Blue) = 202+116+241=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74F1 is #358B0E. Grayscale: #9B9B9B. Windows color (decimal): -3509007 or 15824074. OLE color: 15824074.

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

Color convert

RGB202116241-
CMYK0.160.5200.05
HSL281.28º81.7%70%-
HSV(B)281.28º51.87%94.51%-
XYZ46.4831.486.83-
YUV155.96175.99160.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 116 (45.70% from 255) = 20.75%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=36.14%
G=20.75%
B=43.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021162410.160.5200.05281.2881.770
HexCA74F11034051195246
Octal312164361206405431122106
Binary1100101011101001111000110000110100010110001100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA74F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA74F1; }

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

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

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

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

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

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

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

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