#CA75F1

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

Shades of Heliotrope #CA75F1

Tints of Heliotrope #CA75F1

Color information

#CA75F1 (or 0xCA75F1) is unknown color: approx Heliotrope. HEX triplet: CA, 75 and F1. RGB value is (202,117,241). Sum of RGB (Red+Green+Blue) = 202+117+241=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 117 (46.09% from 255 or 20.89% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA75F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA75F1 is #358A0E. Grayscale: #9C9C9C. Windows color (decimal): -3508751 or 15824330. OLE color: 15824330.

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

Color convert

RGB202117241-
CMYK0.160.5100.05
HSL281.13º81.58%70.2%-
HSV(B)281.13º51.45%94.51%-
XYZ46.631.6386.87-
YUV156.55175.66160.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 117 (46.09% from 255) = 20.89%
BLUE value IS 241 (94.53% from 255) = 43.04%
R=36.07%
G=20.89%
B=43.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021172410.160.5100.05281.1381.5870.2
HexCA75F11033051195246
Octal312165361206305431122106
Binary1100101011101011111000110000110011010110001100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA75F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA75F1; }

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

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

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

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

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

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

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

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