Html Css Color HEX #C37DBA London Hue

📋 copy color: '#C37DBA'

red 195 ◦ green 125 ◦ blue 186

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

Shades of London Hue #C37DBA

Tints of London Hue #C37DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 38.54%
G = 24.7%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C37DBA (or 0xC37DBA) is known color: London Hue. HEX triplet: C3, 7D and BA. RGB value is (195,125,186). Sum of RGB (Red+Green+Blue) = 195+125+186=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C37DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DBA is #3C8245. Grayscale: #989898. Windows color (decimal): -3965510 or 12221891. OLE color: 12221891.

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

Color convert

RGB 195 125 186 -
CMYK 0 0.36 0.05 0.24
HSL 307.71º 0.37% 0.63% -
HSV(B) 307.71º 0.36% 0.76% -
XYZ 38.7 29.81 50.17 -
YUV 152.88 146.69 158.04 -
System Red Green Blue C M Y K H S L
Decimal 195 125 186 0 0.36 0.05 0.24 307.71 0.37 0.63
Hex C3 7D BA 0 24 5 18 134 25 3F
Octal 303 175 272 0 44 5 30 464 45 77
Binary 11000011 1111101 10111010 0 100100 101 11000 100110100 100101 111111

Color Harmonies of #C37DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37DBA

Black with #C37DBA

Text Example


Text Example

White with #C37DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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