#C17FBA

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

Shades of London Hue #C17FBA

Tints of London Hue #C17FBA

Color information

#C17FBA (or 0xC17FBA) is unknown color: approx London Hue. HEX triplet: C1, 7F and BA. RGB value is (193,127,186). Sum of RGB (Red+Green+Blue) = 193+127+186=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 193 - color contains mainly: red. Hex color #C17FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C17FBA is #3E8045. Grayscale: #999999. Windows color (decimal): -4096070 or 12222401. OLE color: 12222401.

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

Color convert

RGB193127186-
CMYK00.340.040.24
HSL306.36º34.74%62.75%-
HSV(B)306.36º34.2%75.69%-
XYZ38.4430.0650.23-
YUV153.46146.37156.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=38.14%
G=25.10%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19312718600.340.040.24306.3634.7462.75
HexC17FBA022418132233f
Octal3011772720424304624377
Binary11000001111111110111010010001010011000100110010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17FBA; }

 p { color: rgb(193,127,186); }

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

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

 a { background-color: rgb(193,127,186); }

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

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

 span { border-color: rgb(193,127,186); }

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