#CA83FE

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

Shades of Heliotrope #CA83FE

Tints of Heliotrope #CA83FE

Color information

#CA83FE (or 0xCA83FE) is unknown color: approx Heliotrope. HEX triplet: CA, 83 and FE. RGB value is (202,131,254). Sum of RGB (Red+Green+Blue) = 202+131+254=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 131 (51.56% from 255 or 22.32% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA83FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83FE is #357C01. Grayscale: #A5A5A5. Windows color (decimal): -3505154 or 16679882. OLE color: 16679882.

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

Color convert

RGB202131254-
CMYK0.200.4800.00
HSL274.63º98.4%75.49%-
HSV(B)274.63º48.43%99.61%-
XYZ50.3635.9498.05-
YUV166.25177.52153.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.41%
GREEN value IS 131 (51.56% from 255) = 22.32%
BLUE value IS 254 (99.61% from 255) = 43.27%
R=34.41%
G=22.32%
B=43.27%

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
Decimal2021312540.200.4800.00274.6398.475.49
HexCA83FE143000113624b
Octal312203376246000423142113
Binary110010101000001111111110101001100000010001001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83FE; }

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

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

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

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

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

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

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

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