Html Css Color HEX #C380B7 London Hue

📋 copy color: '#C380B7'

red 195 ◦ green 128 ◦ blue 183

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

Shades of London Hue #C380B7

Tints of London Hue #C380B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 38.54%
G = 25.3%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C380B7 (or 0xC380B7) is known color: London Hue. HEX triplet: C3, 80 and B7. RGB value is (195,128,183). Sum of RGB (Red+Green+Blue) = 195+128+183=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C380B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380B7 is #3C7F48. Grayscale: #9A9A9A. Windows color (decimal): -3964745 or 12026051. OLE color: 12026051.

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

Color convert

RGB 195 128 183 -
CMYK 0 0.34 0.06 0.24
HSL 310.75º 0.36% 0.63% -
HSV(B) 310.75º 0.34% 0.76% -
XYZ 38.77 30.46 48.64 -
YUV 154.3 144.2 157.03 -
System Red Green Blue C M Y K H S L
Decimal 195 128 183 0 0.34 0.06 0.24 310.75 0.36 0.63
Hex C3 80 B7 0 22 6 18 137 24 3F
Octal 303 200 267 0 42 6 30 467 44 77
Binary 11000011 10000000 10110111 0 100010 110 11000 100110111 100100 111111

Color Harmonies of #C380B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380B7

Black with #C380B7

Text Example


Text Example

White with #C380B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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