#CA83FF

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

Shades of Heliotrope #CA83FF

Tints of Heliotrope #CA83FF

Color information

#CA83FF (or 0xCA83FF) is unknown color: approx Heliotrope. HEX triplet: CA, 83 and FF. RGB value is (202,131,255). Sum of RGB (Red+Green+Blue) = 202+131+255=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 131 (51.56% from 255 or 22.28% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA83FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83FF is #357C00. Grayscale: #A5A5A5. Windows color (decimal): -3505153 or 16745418. OLE color: 16745418.

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

Color convert

RGB202131255-
CMYK0.210.4900
HSL274.35º100%75.69%-
HSV(B)274.35º48.63%100%-
XYZ50.5236.0198.9-
YUV166.36178.02153.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 131 (51.56% from 255) = 22.28%
BLUE value IS 255 (100% from 255) = 43.37%
R=34.35%
G=22.28%
B=43.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021312550.210.4900274.3510075.69
HexCA83FF153100112644c
Octal312203377256100422144114
Binary110010101000001111111111101011100010010001001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83FF; }

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

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

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

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

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

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

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

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