#CA84EF

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

Shades of Heliotrope #CA84EF

Tints of Heliotrope #CA84EF

Color information

#CA84EF (or 0xCA84EF) is unknown color: approx Heliotrope. HEX triplet: CA, 84 and EF. RGB value is (202,132,239). Sum of RGB (Red+Green+Blue) = 202+132+239=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA84EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84EF is #357B10. Grayscale: #A4A4A4. Windows color (decimal): -3504913 or 15697098. OLE color: 15697098.

HSL color Cylindrical-coordinate representation of color #CA84EF: hue angle of 279.25º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA84EF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202132239-
CMYK0.150.4500.06
HSL279.25º76.98%72.75%-
HSV(B)279.25º44.77%93.73%-
XYZ48.1935.2985.93-
YUV165.13169.69154.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=35.25%
G=23.04%
B=41.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2021322390.150.4500.06279.2576.9872.75
HexCA84EFF2D061174d49
Octal312204357175506427115111
Binary1100101010000100111011111111101101011010001011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA84EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA84EF; }

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

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

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

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

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

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

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

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