#CA83EF

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

Shades of Heliotrope #CA83EF

Tints of Heliotrope #CA83EF

Color information

#CA83EF (or 0xCA83EF) is unknown color: approx Heliotrope. HEX triplet: CA, 83 and EF. RGB value is (202,131,239). Sum of RGB (Red+Green+Blue) = 202+131+239=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 239 (93.75% from 255 or 41.78% from 572); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA83EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83EF is #357C10. Grayscale: #A4A4A4. Windows color (decimal): -3505169 or 15696842. OLE color: 15696842.

HSL color Cylindrical-coordinate representation of color #CA83EF: hue angle of 279.44º 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 #CA83EF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB202131239-
CMYK0.150.4500.06
HSL279.44º77.14%72.55%-
HSV(B)279.44º45.19%93.73%-
XYZ48.0535.0285.89-
YUV164.54170.02154.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 131 (51.56% from 255) = 22.90%
BLUE value IS 239 (93.75% from 255) = 41.78%
R=35.31%
G=22.90%
B=41.78%

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
Decimal2021312390.150.4500.06279.4477.1472.55
HexCA83EFF2D061174d49
Octal312203357175506427115111
Binary1100101010000011111011111111101101011010001011110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83EF; }

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

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

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

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

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

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

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

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