Html Css Color HEX #C27EAF London Hue

📋 copy color: '#C27EAF'

red 194 ◦ green 126 ◦ blue 175

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

Shades of London Hue #C27EAF

Tints of London Hue #C27EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.35%

R = 39.19%
G = 25.45%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C27EAF (or 0xC27EAF) is known color: London Hue. HEX triplet: C2, 7E and AF. RGB value is (194,126,175). Sum of RGB (Red+Green+Blue) = 194+126+175=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27EAF is #3D8150. Grayscale: #979797. Windows color (decimal): -4030801 or 11501250. OLE color: 11501250.

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

Color convert

RGB 194 126 175 -
CMYK 0 0.35 0.10 0.24
HSL 316.76º 0.36% 0.63% -
HSV(B) 316.76º 0.35% 0.76% -
XYZ 37.45 29.49 44.28 -
YUV 151.92 141.03 158.02 -
System Red Green Blue C M Y K H S L
Decimal 194 126 175 0 0.35 0.10 0.24 316.76 0.36 0.63
Hex C2 7E AF 0 23 A 18 13D 24 3F
Octal 302 176 257 0 43 12 30 475 44 77
Binary 11000010 1111110 10101111 0 100011 1010 11000 100111101 100100 111111

Color Harmonies of #C27EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27EAF

Black with #C27EAF

Text Example


Text Example

White with #C27EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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