#C384BE

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

Shades of London Hue #C384BE

Tints of London Hue #C384BE

Color information

#C384BE (or 0xC384BE) is unknown color: approx London Hue. HEX triplet: C3, 84 and BE. RGB value is (195,132,190). Sum of RGB (Red+Green+Blue) = 195+132+190=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 132 (51.95% from 255 or 25.53% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C384BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384BE is #3C7B41. Grayscale: #9D9D9D. Windows color (decimal): -3963714 or 12485827. OLE color: 12485827.

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

Color convert

RGB195132190-
CMYK00.320.030.24
HSL304.76º34.43%64.12%-
HSV(B)304.76º32.31%76.47%-
XYZ40.0531.8252.75-
YUV157.45146.37154.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 132 (51.95% from 255) = 25.53%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=37.72%
G=25.53%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513219000.320.030.24304.7634.4364.12
HexC384BE0203181312240
Octal30320427604033046142100
Binary110000111000010010111110010000011110001001100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C384BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C384BE; }

 p { color: rgb(195,132,190); }

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

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

 a { background-color: rgb(195,132,190); }

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

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

 span { border-color: rgb(195,132,190); }

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