#CA7EF1

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

Shades of Heliotrope #CA7EF1

Tints of Heliotrope #CA7EF1

Color information

#CA7EF1 (or 0xCA7EF1) is unknown color: approx Heliotrope. HEX triplet: CA, 7E and F1. RGB value is (202,126,241). Sum of RGB (Red+Green+Blue) = 202+126+241=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA7EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7EF1 is #35810E. Grayscale: #A1A1A1. Windows color (decimal): -3506447 or 15826634. OLE color: 15826634.

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

Color convert

RGB202126241-
CMYK0.160.4800.05
HSL279.65º80.42%71.96%-
HSV(B)279.65º47.72%94.51%-
XYZ47.733.8387.23-
YUV161.83172.68156.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.50%
GREEN value IS 126 (49.61% from 255) = 22.14%
BLUE value IS 241 (94.53% from 255) = 42.36%
R=35.50%
G=22.14%
B=42.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021262410.160.4800.05279.6580.4271.96
HexCA7EF11030051185048
Octal312176361206005430120110
Binary1100101011111101111000110000110000010110001100010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EF1; }

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

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

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

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

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

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

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

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