Html Css Color HEX #C27EB6 London Hue

📋 copy color: '#C27EB6'

red 194 ◦ green 126 ◦ blue 182

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

Shades of London Hue #C27EB6

Tints of London Hue #C27EB6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.1%

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

R = 38.65%
G = 25.1%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C27EB6 (or 0xC27EB6) is known color: London Hue. HEX triplet: C2, 7E and B6. RGB value is (194,126,182). Sum of RGB (Red+Green+Blue) = 194+126+182=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EB6 is #3D8149. Grayscale: #989898. Windows color (decimal): -4030794 or 11960002. OLE color: 11960002.

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

Color convert

RGB 194 126 182 -
CMYK 0 0.35 0.06 0.24
HSL 310.59º 0.36% 0.63% -
HSV(B) 310.59º 0.35% 0.76% -
XYZ 38.15 29.77 47.99 -
YUV 152.72 144.53 157.45 -
System Red Green Blue C M Y K H S L
Decimal 194 126 182 0 0.35 0.06 0.24 310.59 0.36 0.63
Hex C2 7E B6 0 23 6 18 137 24 3F
Octal 302 176 266 0 43 6 30 467 44 77
Binary 11000010 1111110 10110110 0 100011 110 11000 100110111 100100 111111

Color Harmonies of #C27EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EB6

Black with #C27EB6

Text Example


Text Example

White with #C27EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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