#C185FE

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

Shades of Heliotrope #C185FE

Tints of Heliotrope #C185FE

Color information

#C185FE (or 0xC185FE) is unknown color: approx Heliotrope. HEX triplet: C1, 85 and FE. RGB value is (193,133,254). Sum of RGB (Red+Green+Blue) = 193+133+254=580 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.28% from 580); Green value is 133 (52.34% from 255 or 22.93% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #C185FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185FE is #3E7A01. Grayscale: #A4A4A4. Windows color (decimal): -4094466 or 16680385. OLE color: 16680385.

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

Color convert

RGB193133254-
CMYK0.240.4800.00
HSL269.75º98.37%75.88%-
HSV(B)269.75º47.64%99.61%-
XYZ48.2735.2798.03-
YUV164.73178.38148.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.28%
GREEN value IS 133 (52.34% from 255) = 22.93%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=33.28%
G=22.93%
B=43.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931332540.240.4800.00269.7598.3775.88
HexC185FE18300010e624c
Octal301205376306000416142114
Binary110000011000010111111110110001100000010000111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185FE; }

 p { color: rgb(193,133,254); }

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

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

 a { background-color: rgb(193,133,254); }

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

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

 span { border-color: rgb(193,133,254); }

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