#CA84FE

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

Shades of Heliotrope #CA84FE

Tints of Heliotrope #CA84FE

Color information

#CA84FE (or 0xCA84FE) is unknown color: approx Heliotrope. HEX triplet: CA, 84 and FE. RGB value is (202,132,254). Sum of RGB (Red+Green+Blue) = 202+132+254=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 132 (51.95% from 255 or 22.45% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA84FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84FE is #357B01. Grayscale: #A6A6A6. Windows color (decimal): -3504898 or 16680138. OLE color: 16680138.

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

Color convert

RGB202132254-
CMYK0.200.4800.00
HSL274.43º98.39%75.69%-
HSV(B)274.43º48.03%99.61%-
XYZ50.536.2198.09-
YUV166.84177.19153.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 132 (51.95% from 255) = 22.45%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=34.35%
G=22.45%
B=43.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021322540.200.4800.00274.4398.3975.69
HexCA84FE143000112624c
Octal312204376246000422142114
Binary110010101000010011111110101001100000010001001011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84FE; }

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

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

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

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

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

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

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

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