#CA84F3

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

Shades of Heliotrope #CA84F3

Tints of Heliotrope #CA84F3

Color information

#CA84F3 (or 0xCA84F3) is unknown color: approx Heliotrope. HEX triplet: CA, 84 and F3. RGB value is (202,132,243). Sum of RGB (Red+Green+Blue) = 202+132+243=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 132 (51.95% from 255 or 22.88% from 577); Blue value is 243 (95.31% from 255 or 42.11% from 577); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA84F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84F3 is #357B0C. Grayscale: #A5A5A5. Windows color (decimal): -3504909 or 15959242. OLE color: 15959242.

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

Color convert

RGB202132243-
CMYK0.170.4600.05
HSL277.84º82.22%73.53%-
HSV(B)277.84º45.68%95.29%-
XYZ48.7935.5389.08-
YUV165.58171.69153.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 132 (51.95% from 255) = 22.88%
BLUE value IS 243 (95.31% from 255) = 42.11%
R=35.01%
G=22.88%
B=42.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2021322430.170.4600.05277.8482.2273.53
HexCA84F3112E05116524a
Octal312204363215605426122112
Binary11001010100001001111001110001101110010110001011010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84F3; }

 p { color: rgb(202,132,243); }

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

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

 a { background-color: rgb(202,132,243); }

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

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

 span { border-color: rgb(202,132,243); }

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