Html Css Color HEX #C27DB6 London Hue

📋 copy color: '#C27DB6'

red 194 ◦ green 125 ◦ blue 182

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

Shades of London Hue #C27DB6

Tints of London Hue #C27DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.33%

R = 38.72%
G = 24.95%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C27DB6 (or 0xC27DB6) is known color: London Hue. HEX triplet: C2, 7D and B6. RGB value is (194,125,182). Sum of RGB (Red+Green+Blue) = 194+125+182=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DB6 is #3D8249. Grayscale: #979797. Windows color (decimal): -4031050 or 11959746. OLE color: 11959746.

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

Color convert

RGB 194 125 182 -
CMYK 0 0.36 0.06 0.24
HSL 310.43º 0.36% 0.63% -
HSV(B) 310.43º 0.36% 0.76% -
XYZ 38.03 29.51 47.95 -
YUV 152.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 194 125 182 0 0.36 0.06 0.24 310.43 0.36 0.63
Hex C2 7D B6 0 24 6 18 136 24 3F
Octal 302 175 266 0 44 6 30 466 44 77
Binary 11000010 1111101 10110110 0 100100 110 11000 100110110 100100 111111

Color Harmonies of #C27DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DB6

Black with #C27DB6

Text Example


Text Example

White with #C27DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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