#C682FA

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

Shades of Heliotrope #C682FA

Tints of Heliotrope #C682FA

Color information

#C682FA (or 0xC682FA) is unknown color: approx Heliotrope. HEX triplet: C6, 82 and FA. RGB value is (198,130,250). Sum of RGB (Red+Green+Blue) = 198+130+250=578 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.26% from 578); Green value is 130 (51.17% from 255 or 22.49% from 578); Blue value is 250 (98.05% from 255 or 43.25% from 578); Max value from RGB is 250 - color contains mainly: blue. Hex color #C682FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C682FA is #397D05. Grayscale: #A3A3A3. Windows color (decimal): -3767558 or 16417478. OLE color: 16417478.

HSL color Cylindrical-coordinate representation of color #C682FA: hue angle of 274º 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 #C682FA is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198130250-
CMYK0.210.4800.02
HSL274º92.31%74.51%-
HSV(B)274º48%98.04%-
XYZ48.5334.8794.62-
YUV164.01176.53152.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.26%
GREEN value IS 130 (51.17% from 255) = 22.49%
BLUE value IS 250 (98.05% from 255) = 43.25%
R=34.26%
G=22.49%
B=43.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981302500.210.4800.0227492.3174.51
HexC682FA1530021125c4b
Octal306202372256002422134113
Binary1100011010000010111110101010111000001010001001010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682FA; }

 p { color: rgb(198,130,250); }

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

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

 a { background-color: rgb(198,130,250); }

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

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

 span { border-color: rgb(198,130,250); }

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