#CA83F8

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

Shades of Heliotrope #CA83F8

Tints of Heliotrope #CA83F8

Color information

#CA83F8 (or 0xCA83F8) is unknown color: approx Heliotrope. HEX triplet: CA, 83 and F8. RGB value is (202,131,248). Sum of RGB (Red+Green+Blue) = 202+131+248=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 131 (51.56% from 255 or 22.55% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #CA83F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA83F8 is #357C07. Grayscale: #A5A5A5. Windows color (decimal): -3505160 or 16286666. OLE color: 16286666.

HSL color Cylindrical-coordinate representation of color #CA83F8: hue angle of 276.41º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CA83F8 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB202131248-
CMYK0.190.4700.03
HSL276.41º89.31%74.31%-
HSV(B)276.41º47.18%97.25%-
XYZ49.4235.5793.07-
YUV165.57174.52153.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 131 (51.56% from 255) = 22.55%
BLUE value IS 248 (97.27% from 255) = 42.69%
R=34.77%
G=22.55%
B=42.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2021312480.190.4700.03276.4189.3174.31
HexCA83F8132F03114594a
Octal312203370235703424131112
Binary1100101010000011111110001001110111101110001010010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA83F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA83F8; }

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

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

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

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

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

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

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

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