#C083FA

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

Shades of Heliotrope #C083FA

Tints of Heliotrope #C083FA

Color information

#C083FA (or 0xC083FA) is unknown color: approx Heliotrope. HEX triplet: C0, 83 and FA. RGB value is (192,131,250). Sum of RGB (Red+Green+Blue) = 192+131+250=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #C083FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C083FA is #3F7C05. Grayscale: #A2A2A2. Windows color (decimal): -4160518 or 16417728. OLE color: 16417728.

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

Color convert

RGB192131250-
CMYK0.230.4800.02
HSL270.76º92.25%74.71%-
HSV(B)270.76º47.6%98.04%-
XYZ47.1134.3494.59-
YUV162.8177.21148.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.51%
GREEN value IS 131 (51.56% from 255) = 22.86%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=33.51%
G=22.86%
B=43.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921312500.230.4800.02270.7692.2574.71
HexC083FA17300210f5c4b
Octal300203372276002417134113
Binary1100000010000011111110101011111000001010000111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083FA; }

 p { color: rgb(192,131,250); }

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

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

 a { background-color: rgb(192,131,250); }

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

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

 span { border-color: rgb(192,131,250); }

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