#CA86F1

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

Shades of Heliotrope #CA86F1

Tints of Heliotrope #CA86F1

Color information

#CA86F1 (or 0xCA86F1) is unknown color: approx Heliotrope. HEX triplet: CA, 86 and F1. RGB value is (202,134,241). Sum of RGB (Red+Green+Blue) = 202+134+241=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA86F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA86F1 is #35790E. Grayscale: #A6A6A6. Windows color (decimal): -3504399 or 15828682. OLE color: 15828682.

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

Color convert

RGB202134241-
CMYK0.160.4400.05
HSL278.13º79.26%73.53%-
HSV(B)278.13º44.4%94.51%-
XYZ48.7635.9687.59-
YUV166.53170.03153.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 134 (52.73% from 255) = 23.22%
BLUE value IS 241 (94.53% from 255) = 41.77%
R=35.01%
G=23.22%
B=41.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021342410.160.4400.05278.1379.2673.53
HexCA86F1102C051164f4a
Octal312206361205405426117112
Binary11001010100001101111000110000101100010110001011010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA86F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA86F1; }

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

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

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

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

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

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

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

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