Html Css Color HEX #C384BE London Hue

📋 copy color: '#C384BE'

red 195 ◦ green 132 ◦ blue 190

#C384BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C384BE

Tints of London Hue #C384BE

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 value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C384BE (or 0xC384BE) is known color: 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

RGB 195 132 190 -
CMYK 0 0.32 0.03 0.24
HSL 304.76º 0.34% 0.64% -
HSV(B) 304.76º 0.32% 0.76% -
XYZ 40.05 31.82 52.75 -
YUV 157.45 146.37 154.78 -
System Red Green Blue C M Y K H S L
Decimal 195 132 190 0 0.32 0.03 0.24 304.76 0.34 0.64
Hex C3 84 BE 0 20 3 18 131 22 40
Octal 303 204 276 0 40 3 30 461 42 100
Binary 11000011 10000100 10111110 0 100000 11 11000 100110001 100010 1000000

Color Harmonies of #C384BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384BE

Black with #C384BE

Text Example


Text Example

White with #C384BE

Text Example


Text Example

HTML Codes & Css Web 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>