Html Css Color HEX #C27BBA London Hue

📋 copy color: '#C27BBA'

red 194 ◦ green 123 ◦ blue 186

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

Shades of London Hue #C27BBA

Tints of London Hue #C27BBA

RGB

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

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

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

R = 38.57%
G = 24.45%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C27BBA (or 0xC27BBA) is known color: London Hue. HEX triplet: C2, 7B and BA. RGB value is (194,123,186). Sum of RGB (Red+Green+Blue) = 194+123+186=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BBA is #3D8445. Grayscale: #979797. Windows color (decimal): -4031558 or 12221378. OLE color: 12221378.

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

Color convert

RGB 194 123 186 -
CMYK 0 0.37 0.04 0.24
HSL 306.76º 0.37% 0.62% -
HSV(B) 306.76º 0.37% 0.76% -
XYZ 38.19 29.18 50.07 -
YUV 151.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 194 123 186 0 0.37 0.04 0.24 306.76 0.37 0.62
Hex C2 7B BA 0 25 4 18 133 25 3E
Octal 302 173 272 0 45 4 30 463 45 76
Binary 11000010 1111011 10111010 0 100101 100 11000 100110011 100101 111110

Color Harmonies of #C27BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27BBA

Black with #C27BBA

Text Example


Text Example

White with #C27BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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