Html Css Color HEX #C27DAF London Hue

📋 copy color: '#C27DAF'

red 194 ◦ green 125 ◦ blue 175

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

Shades of London Hue #C27DAF

Tints of London Hue #C27DAF

RGB

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

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

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

R = 39.27%
G = 25.3%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C27DAF (or 0xC27DAF) is known color: London Hue. HEX triplet: C2, 7D and AF. RGB value is (194,125,175). Sum of RGB (Red+Green+Blue) = 194+125+175=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DAF is #3D8250. Grayscale: #979797. Windows color (decimal): -4031057 or 11500994. OLE color: 11500994.

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

Color convert

RGB 194 125 175 -
CMYK 0 0.36 0.10 0.24
HSL 316.52º 0.36% 0.63% -
HSV(B) 316.52º 0.36% 0.76% -
XYZ 37.32 29.23 44.23 -
YUV 151.33 141.36 158.43 -
System Red Green Blue C M Y K H S L
Decimal 194 125 175 0 0.36 0.10 0.24 316.52 0.36 0.63
Hex C2 7D AF 0 24 A 18 13D 24 3F
Octal 302 175 257 0 44 12 30 475 44 77
Binary 11000010 1111101 10101111 0 100100 1010 11000 100111101 100100 111111

Color Harmonies of #C27DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27DAF

Black with #C27DAF

Text Example


Text Example

White with #C27DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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