#CA8BFA

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

Shades of Heliotrope #CA8BFA

Tints of Heliotrope #CA8BFA

Color information

#CA8BFA (or 0xCA8BFA) is unknown color: approx Heliotrope. HEX triplet: CA, 8B and FA. RGB value is (202,139,250). Sum of RGB (Red+Green+Blue) = 202+139+250=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA8BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8BFA is #357405. Grayscale: #AAAAAA. Windows color (decimal): -3503110 or 16419786. OLE color: 16419786.

HSL color Cylindrical-coordinate representation of color #CA8BFA: hue angle of 274.05º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA8BFA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202139250-
CMYK0.190.4400.02
HSL274.05º91.74%76.27%-
HSV(B)274.05º44.4%98.04%-
XYZ50.8537.9295.08-
YUV170.49172.87150.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.18%
GREEN value IS 139 (54.69% from 255) = 23.52%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=34.18%
G=23.52%
B=42.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021392500.190.4400.02274.0591.7476.27
HexCA8BFA132C021125c4c
Octal312213372235402422134114
Binary1100101010001011111110101001110110001010001001010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8BFA; }

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

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

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

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

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

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

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

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