#C58BFF

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

Shades of Heliotrope #C58BFF

Tints of Heliotrope #C58BFF

Color information

#C58BFF (or 0xC58BFF) is unknown color: approx Heliotrope. HEX triplet: C5, 8B and FF. RGB value is (197,139,255). Sum of RGB (Red+Green+Blue) = 197+139+255=591 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.33% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #C58BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BFF is #3A7400. Grayscale: #A9A9A9. Windows color (decimal): -3830785 or 16747461. OLE color: 16747461.

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

Color convert

RGB197139255-
CMYK0.230.4500
HSL270º100%77.25%-
HSV(B)270º45.49%100%-
XYZ50.3137.5699.21-
YUV169.57176.22147.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.33%
GREEN value IS 139 (54.69% from 255) = 23.52%
BLUE value IS 255 (100% from 255) = 43.15%
R=33.33%
G=23.52%
B=43.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971392550.230.450027010077.25
HexC58BFF172D0010e644d
Octal305213377275500416144115
Binary110001011000101111111111101111011010010000111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BFF; }

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

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

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

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

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

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

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

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