Html Css Color HEX #C37DB0 London Hue

📋 copy color: '#C37DB0'

red 195 ◦ green 125 ◦ blue 176

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

Shades of London Hue #C37DB0

Tints of London Hue #C37DB0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.2%

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

R = 39.31%
G = 25.2%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C37DB0 (or 0xC37DB0) is known color: London Hue. HEX triplet: C3, 7D and B0. RGB value is (195,125,176). Sum of RGB (Red+Green+Blue) = 195+125+176=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37DB0 is #3C824F. Grayscale: #979797. Windows color (decimal): -3965520 or 11566531. OLE color: 11566531.

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

Color convert

RGB 195 125 176 -
CMYK 0 0.36 0.10 0.24
HSL 316.29º 0.37% 0.63% -
HSV(B) 316.29º 0.36% 0.76% -
XYZ 37.68 29.4 44.76 -
YUV 151.74 141.69 158.85 -
System Red Green Blue C M Y K H S L
Decimal 195 125 176 0 0.36 0.10 0.24 316.29 0.37 0.63
Hex C3 7D B0 0 24 A 18 13C 25 3F
Octal 303 175 260 0 44 12 30 474 45 77
Binary 11000011 1111101 10110000 0 100100 1010 11000 100111100 100101 111111

Color Harmonies of #C37DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DB0

Black with #C37DB0

Text Example


Text Example

White with #C37DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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