Html Css Color HEX #C27FBA London Hue

📋 copy color: '#C27FBA'

red 194 ◦ green 127 ◦ blue 186

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

Shades of London Hue #C27FBA

Tints of London Hue #C27FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 25.05%

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 38.26%
G = 25.05%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C27FBA (or 0xC27FBA) is known color: London Hue. HEX triplet: C2, 7F and BA. RGB value is (194,127,186). Sum of RGB (Red+Green+Blue) = 194+127+186=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FBA is #3D8045. Grayscale: #999999. Windows color (decimal): -4030534 or 12222402. OLE color: 12222402.

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

Color convert

RGB 194 127 186 -
CMYK 0 0.35 0.04 0.24
HSL 307.16º 0.35% 0.63% -
HSV(B) 307.16º 0.35% 0.76% -
XYZ 38.7 30.19 50.24 -
YUV 153.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 194 127 186 0 0.35 0.04 0.24 307.16 0.35 0.63
Hex C2 7F BA 0 23 4 18 133 23 3F
Octal 302 177 272 0 43 4 30 463 43 77
Binary 11000010 1111111 10111010 0 100011 100 11000 100110011 100011 111111

Color Harmonies of #C27FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FBA

Black with #C27FBA

Text Example


Text Example

White with #C27FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FBA; }

 p { color: rgb(194,127,186); }

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

background-color css

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

 a { background-color: rgb(194,127,186); }

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

border-color css

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

 span { border-color: rgb(194,127,186); }

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