Html Css Color HEX #C27FBC London Hue

📋 copy color: '#C27FBC'

red 194 ◦ green 127 ◦ blue 188

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

Shades of London Hue #C27FBC

Tints of London Hue #C27FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 38.11%
G = 24.95%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C27FBC (or 0xC27FBC) is known color: London Hue. HEX triplet: C2, 7F and BC. RGB value is (194,127,188). Sum of RGB (Red+Green+Blue) = 194+127+188=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FBC is #3D8043. Grayscale: #999999. Windows color (decimal): -4030532 or 12353474. OLE color: 12353474.

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

Color convert

RGB 194 127 188 -
CMYK 0 0.35 0.03 0.24
HSL 305.37º 0.35% 0.63% -
HSV(B) 305.37º 0.35% 0.76% -
XYZ 38.91 30.28 51.37 -
YUV 153.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 194 127 188 0 0.35 0.03 0.24 305.37 0.35 0.63
Hex C2 7F BC 0 23 3 18 131 23 3F
Octal 302 177 274 0 43 3 30 461 43 77
Binary 11000010 1111111 10111100 0 100011 11 11000 100110001 100011 111111

Color Harmonies of #C27FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27FBC

Black with #C27FBC

Text Example


Text Example

White with #C27FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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