Html Css Color HEX #C27BAF London Hue

📋 copy color: '#C27BAF'

red 194 ◦ green 123 ◦ blue 175

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

Shades of London Hue #C27BAF

Tints of London Hue #C27BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25%

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

R = 39.43%
G = 25%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C27BAF (or 0xC27BAF) is known color: London Hue. HEX triplet: C2, 7B and AF. RGB value is (194,123,175). Sum of RGB (Red+Green+Blue) = 194+123+175=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BAF is #3D8450. Grayscale: #969696. Windows color (decimal): -4031569 or 11500482. OLE color: 11500482.

HSL color Cylindrical-coordinate representation of color #C27BAF: hue angle of 316.06º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27BAF is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 123 175 -
CMYK 0 0.37 0.10 0.24
HSL 316.06º 0.37% 0.62% -
HSV(B) 316.06º 0.37% 0.76% -
XYZ 37.07 28.73 44.15 -
YUV 150.16 142.02 159.27 -
System Red Green Blue C M Y K H S L
Decimal 194 123 175 0 0.37 0.10 0.24 316.06 0.37 0.62
Hex C2 7B AF 0 25 A 18 13C 25 3E
Octal 302 173 257 0 45 12 30 474 45 76
Binary 11000010 1111011 10101111 0 100101 1010 11000 100111100 100101 111110

Color Harmonies of #C27BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BAF

Black with #C27BAF

Text Example


Text Example

White with #C27BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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