Html Css Color HEX #C47BBA London Hue

📋 copy color: '#C47BBA'

red 196 ◦ green 123 ◦ blue 186

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

Shades of London Hue #C47BBA

Tints of London Hue #C47BBA

RGB

 RED value IS 196 (76.95% from 255) = 38.81%

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

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

R = 38.81%
G = 24.36%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C47BBA (or 0xC47BBA) is known color: London Hue. HEX triplet: C4, 7B and BA. RGB value is (196,123,186). Sum of RGB (Red+Green+Blue) = 196+123+186=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BBA is #3B8445. Grayscale: #979797. Windows color (decimal): -3900486 or 12221380. OLE color: 12221380.

HSL color Cylindrical-coordinate representation of color #C47BBA: hue angle of 308.22º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47BBA is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 123 186 -
CMYK 0 0.37 0.05 0.23
HSL 308.22º 0.38% 0.63% -
HSV(B) 308.22º 0.37% 0.77% -
XYZ 38.71 29.45 50.1 -
YUV 152.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 196 123 186 0 0.37 0.05 0.23 308.22 0.38 0.63
Hex C4 7B BA 0 25 5 17 134 26 3F
Octal 304 173 272 0 45 5 27 464 46 77
Binary 11000100 1111011 10111010 0 100101 101 10111 100110100 100110 111111

Color Harmonies of #C47BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BBA

Black with #C47BBA

Text Example


Text Example

White with #C47BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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