Html Css Color HEX #C27CB2 London Hue

📋 copy color: '#C27CB2'

red 194 ◦ green 124 ◦ blue 178

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

Shades of London Hue #C27CB2

Tints of London Hue #C27CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25%

 BLUE value IS 178 (69.92% from 255) = 35.89%

R = 39.11%
G = 25%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C27CB2 (or 0xC27CB2) is known color: London Hue. HEX triplet: C2, 7C and B2. RGB value is (194,124,178). Sum of RGB (Red+Green+Blue) = 194+124+178=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27CB2 is #3D834D. Grayscale: #969696. Windows color (decimal): -4031310 or 11697346. OLE color: 11697346.

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

Color convert

RGB 194 124 178 -
CMYK 0 0.36 0.08 0.24
HSL 313.71º 0.36% 0.62% -
HSV(B) 313.71º 0.36% 0.76% -
XYZ 37.49 29.1 45.76 -
YUV 151.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 194 124 178 0 0.36 0.08 0.24 313.71 0.36 0.62
Hex C2 7C B2 0 24 8 18 13A 24 3E
Octal 302 174 262 0 44 10 30 472 44 76
Binary 11000010 1111100 10110010 0 100100 1000 11000 100111010 100100 111110

Color Harmonies of #C27CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27CB2

Black with #C27CB2

Text Example


Text Example

White with #C27CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27CB2; }

 p { color: rgb(194,124,178); }

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

background-color css

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

 a { background-color: rgb(194,124,178); }

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

border-color css

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

 span { border-color: rgb(194,124,178); }

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