#CA83FD

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

Shades of Heliotrope #CA83FD

Tints of Heliotrope #CA83FD

Color information

#CA83FD (or 0xCA83FD) is unknown color: approx Heliotrope. HEX triplet: CA, 83 and FD. RGB value is (202,131,253). Sum of RGB (Red+Green+Blue) = 202+131+253=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 131 (51.56% from 255 or 22.35% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA83FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83FD is #357C02. Grayscale: #A5A5A5. Windows color (decimal): -3505155 or 16614346. OLE color: 16614346.

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

Color convert

RGB202131253-
CMYK0.200.4800.01
HSL274.92º96.83%75.29%-
HSV(B)274.92º48.22%99.22%-
XYZ50.235.8897.21-
YUV166.14177.02153.58-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.47%
GREEN value IS 131 (51.56% from 255) = 22.35%
BLUE value IS 253 (99.22% from 255) = 43.17%
R=34.47%
G=22.35%
B=43.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021312530.200.4800.01274.9296.8375.29
HexCA83FD143001113614b
Octal312203375246001423141113
Binary110010101000001111111101101001100000110001001111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83FD; }

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

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

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

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

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

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

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

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