Html Css Color HEX #C380BE London Hue

📋 copy color: '#C380BE'

red 195 ◦ green 128 ◦ blue 190

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

Shades of London Hue #C380BE

Tints of London Hue #C380BE

RGB

 RED value IS 195 (76.56% from 255) = 38.01%

 GREEN value IS 128 (50.39% from 255) = 24.95%

 BLUE value IS 190 (74.61% from 255) = 37.04%

R = 38.01%
G = 24.95%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C380BE (or 0xC380BE) is known color: London Hue. HEX triplet: C3, 80 and BE. RGB value is (195,128,190). Sum of RGB (Red+Green+Blue) = 195+128+190=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C380BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380BE is #3C7F41. Grayscale: #9A9A9A. Windows color (decimal): -3964738 or 12484803. OLE color: 12484803.

HSL color Cylindrical-coordinate representation of color #C380BE: hue angle of 304.48º degrees, saturation: 0.36, 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 #C380BE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 128 190 -
CMYK 0 0.34 0.03 0.24
HSL 304.48º 0.36% 0.63% -
HSV(B) 304.48º 0.34% 0.76% -
XYZ 39.52 30.76 52.57 -
YUV 155.1 147.7 156.46 -
System Red Green Blue C M Y K H S L
Decimal 195 128 190 0 0.34 0.03 0.24 304.48 0.36 0.63
Hex C3 80 BE 0 22 3 18 130 24 3F
Octal 303 200 276 0 42 3 30 460 44 77
Binary 11000011 10000000 10111110 0 100010 11 11000 100110000 100100 111111

Color Harmonies of #C380BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380BE

Black with #C380BE

Text Example


Text Example

White with #C380BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380BE; }

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

 H1.HeaderClassName
 {
   color: #C380BE;
 }
 .AnyTagClassName
 {
   color: #C380BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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