#C185FF

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

Shades of Heliotrope #C185FF

Tints of Heliotrope #C185FF

Color information

#C185FF (or 0xC185FF) is unknown color: approx Heliotrope. HEX triplet: C1, 85 and FF. RGB value is (193,133,255). Sum of RGB (Red+Green+Blue) = 193+133+255=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 133 (52.34% from 255 or 22.89% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #C185FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185FF is #3E7A00. Grayscale: #A4A4A4. Windows color (decimal): -4094465 or 16745921. OLE color: 16745921.

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

Color convert

RGB193133255-
CMYK0.240.4800
HSL269.51º100%76.08%-
HSV(B)269.51º47.84%100%-
XYZ48.4335.3398.88-
YUV164.85178.88148.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.22%
GREEN value IS 133 (52.34% from 255) = 22.89%
BLUE value IS 255 (100% from 255) = 43.89%
R=33.22%
G=22.89%
B=43.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1931332550.240.4800269.5110076.08
HexC185FF18300010e644c
Octal301205377306000416144114
Binary110000011000010111111111110001100000010000111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C185FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C185FF; }

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

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

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

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

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

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

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

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