Html Css Color HEX #C27DB1 London Hue

📋 copy color: '#C27DB1'

red 194 ◦ green 125 ◦ blue 177

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

Shades of London Hue #C27DB1

Tints of London Hue #C27DB1

RGB

 RED value IS 194 (76.17% from 255) = 39.11%

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

 BLUE value IS 177 (69.53% from 255) = 35.69%

R = 39.11%
G = 25.2%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C27DB1 (or 0xC27DB1) is known color: London Hue. HEX triplet: C2, 7D and B1. RGB value is (194,125,177). Sum of RGB (Red+Green+Blue) = 194+125+177=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 177 (69.53% from 255 or 35.69% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DB1 is #3D824E. Grayscale: #979797. Windows color (decimal): -4031055 or 11632066. OLE color: 11632066.

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

Color convert

RGB 194 125 177 -
CMYK 0 0.36 0.09 0.24
HSL 314.78º 0.36% 0.63% -
HSV(B) 314.78º 0.36% 0.76% -
XYZ 37.52 29.31 45.28 -
YUV 151.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 194 125 177 0 0.36 0.09 0.24 314.78 0.36 0.63
Hex C2 7D B1 0 24 9 18 13B 24 3F
Octal 302 175 261 0 44 11 30 473 44 77
Binary 11000010 1111101 10110001 0 100100 1001 11000 100111011 100100 111111

Color Harmonies of #C27DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DB1

Black with #C27DB1

Text Example


Text Example

White with #C27DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DB1; }

 p { color: rgb(194,125,177); }

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

background-color css

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

 a { background-color: rgb(194,125,177); }

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

border-color css

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

 span { border-color: rgb(194,125,177); }

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