#C58BFE

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

Shades of Heliotrope #C58BFE

Tints of Heliotrope #C58BFE

Color information

#C58BFE (or 0xC58BFE) is unknown color: approx Heliotrope. HEX triplet: C5, 8B and FE. RGB value is (197,139,254). Sum of RGB (Red+Green+Blue) = 197+139+254=590 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.39% from 590); Green value is 139 (54.69% from 255 or 23.56% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #C58BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BFE is #3A7401. Grayscale: #A9A9A9. Windows color (decimal): -3830786 or 16681925. OLE color: 16681925.

HSL color Cylindrical-coordinate representation of color #C58BFE: hue angle of 270.26º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C58BFE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB197139254-
CMYK0.220.4500.00
HSL270.26º98.29%77.06%-
HSV(B)270.26º45.28%99.61%-
XYZ50.1537.4998.36-
YUV169.45175.72147.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.39%
GREEN value IS 139 (54.69% from 255) = 23.56%
BLUE value IS 254 (99.61% from 255) = 43.05%
R=33.39%
G=23.56%
B=43.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1971392540.220.4500.00270.2698.2977.06
HexC58BFE162D0010e624d
Octal305213376265500416142115
Binary110001011000101111111110101101011010010000111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BFE; }

 p { color: rgb(197,139,254); }

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

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

 a { background-color: rgb(197,139,254); }

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

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

 span { border-color: rgb(197,139,254); }

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