#CA8BFE

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

Shades of Heliotrope #CA8BFE

Tints of Heliotrope #CA8BFE

Color information

#CA8BFE (or 0xCA8BFE) is unknown color: approx Heliotrope. HEX triplet: CA, 8B and FE. RGB value is (202,139,254). Sum of RGB (Red+Green+Blue) = 202+139+254=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA8BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8BFE is #357401. Grayscale: #AAAAAA. Windows color (decimal): -3503106 or 16681930. OLE color: 16681930.

HSL color Cylindrical-coordinate representation of color #CA8BFE: hue angle of 272.87º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA8BFE is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202139254-
CMYK0.200.4500.00
HSL272.87º98.29%77.06%-
HSV(B)272.87º45.28%99.61%-
XYZ51.4838.1898.42-
YUV170.95174.87150.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 139 (54.69% from 255) = 23.36%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=33.95%
G=23.36%
B=42.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021392540.200.4500.00272.8798.2977.06
HexCA8BFE142D00111624d
Octal312213376245500421142115
Binary110010101000101111111110101001011010010001000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BFE; }

 p { color: rgb(202,139,254); }

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

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

 a { background-color: rgb(202,139,254); }

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

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

 span { border-color: rgb(202,139,254); }

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