Html Css Color HEX #C47DBB London Hue

📋 copy color: '#C47DBB'

red 196 ◦ green 125 ◦ blue 187

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

Shades of London Hue #C47DBB

Tints of London Hue #C47DBB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.61%

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 38.58%
G = 24.61%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C47DBB (or 0xC47DBB) is known color: London Hue. HEX triplet: C4, 7D and BB. RGB value is (196,125,187). Sum of RGB (Red+Green+Blue) = 196+125+187=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DBB is #3B8244. Grayscale: #999999. Windows color (decimal): -3899973 or 12287428. OLE color: 12287428.

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

Color convert

RGB 196 125 187 -
CMYK 0 0.36 0.05 0.23
HSL 307.61º 0.38% 0.63% -
HSV(B) 307.61º 0.36% 0.77% -
XYZ 39.07 29.99 50.74 -
YUV 153.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 196 125 187 0 0.36 0.05 0.23 307.61 0.38 0.63
Hex C4 7D BB 0 24 5 17 134 26 3F
Octal 304 175 273 0 44 5 27 464 46 77
Binary 11000100 1111101 10111011 0 100100 101 10111 100110100 100110 111111

Color Harmonies of #C47DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DBB

Black with #C47DBB

Text Example


Text Example

White with #C47DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DBB; }

 p { color: rgb(196,125,187); }

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

background-color css

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

 a { background-color: rgb(196,125,187); }

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

border-color css

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

 span { border-color: rgb(196,125,187); }

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