#CA84FA

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

Shades of Heliotrope #CA84FA

Tints of Heliotrope #CA84FA

Color information

#CA84FA (or 0xCA84FA) is unknown color: approx Heliotrope. HEX triplet: CA, 84 and FA. RGB value is (202,132,250). Sum of RGB (Red+Green+Blue) = 202+132+250=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA84FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84FA is #357B05. Grayscale: #A5A5A5. Windows color (decimal): -3504902 or 16417994. OLE color: 16417994.

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

Color convert

RGB202132250-
CMYK0.190.4700.02
HSL275.59º92.19%74.9%-
HSV(B)275.59º47.2%98.04%-
XYZ49.8635.9694.76-
YUV166.38175.19153.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.59%
GREEN value IS 132 (51.95% from 255) = 22.60%
BLUE value IS 250 (98.05% from 255) = 42.81%
R=34.59%
G=22.60%
B=42.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021322500.190.4700.02275.5992.1974.9
HexCA84FA132F021145c4b
Octal312204372235702424134113
Binary1100101010000100111110101001110111101010001010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84FA; }

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

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

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

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

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

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

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

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