Html Css Color HEX #C375B0 London Hue

📋 copy color: '#C375B0'

red 195 ◦ green 117 ◦ blue 176

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

Shades of London Hue #C375B0

Tints of London Hue #C375B0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.98%

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 39.96%
G = 23.98%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C375B0 (or 0xC375B0) is known color: London Hue. HEX triplet: C3, 75 and B0. RGB value is (195,117,176). Sum of RGB (Red+Green+Blue) = 195+117+176=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C375B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375B0 is #3C8A4F. Grayscale: #929292. Windows color (decimal): -3967568 or 11564483. OLE color: 11564483.

HSL color Cylindrical-coordinate representation of color #C375B0: hue angle of 314.62º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C375B0 is Cyan = 0, Magento = 0.4, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 117 176 -
CMYK 0 0.4 0.10 0.24
HSL 314.62º 0.39% 0.61% -
HSV(B) 314.62º 0.4% 0.76% -
XYZ 36.7 27.46 44.44 -
YUV 147.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 195 117 176 0 0.4 0.10 0.24 314.62 0.39 0.61
Hex C3 75 B0 0 28 A 18 13B 27 3D
Octal 303 165 260 0 50 12 30 473 47 75
Binary 11000011 1110101 10110000 0 101000 1010 11000 100111011 100111 111101

Color Harmonies of #C375B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C375B0

Black with #C375B0

Text Example


Text Example

White with #C375B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C375B0; }

 p { color: rgb(195,117,176); }

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

background-color css

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

 a { background-color: rgb(195,117,176); }

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

border-color css

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

 span { border-color: rgb(195,117,176); }

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