Html Css Color HEX #C482BD London Hue

📋 copy color: '#C482BD'

red 196 ◦ green 130 ◦ blue 189

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

Shades of London Hue #C482BD

Tints of London Hue #C482BD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.24%

 BLUE value IS 189 (74.22% from 255) = 36.7%

R = 38.06%
G = 25.24%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C482BD (or 0xC482BD) is known color: London Hue. HEX triplet: C4, 82 and BD. RGB value is (196,130,189). Sum of RGB (Red+Green+Blue) = 196+130+189=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C482BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C482BD is #3B7D42. Grayscale: #9C9C9C. Windows color (decimal): -3898691 or 12419780. OLE color: 12419780.

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

Color convert

RGB 196 130 189 -
CMYK 0 0.34 0.04 0.23
HSL 306.36º 0.36% 0.64% -
HSV(B) 306.36º 0.34% 0.77% -
XYZ 39.93 31.38 52.1 -
YUV 156.46 146.37 156.2 -
System Red Green Blue C M Y K H S L
Decimal 196 130 189 0 0.34 0.04 0.23 306.36 0.36 0.64
Hex C4 82 BD 0 22 4 17 132 24 40
Octal 304 202 275 0 42 4 27 462 44 100
Binary 11000100 10000010 10111101 0 100010 100 10111 100110010 100100 1000000

Color Harmonies of #C482BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C482BD

Black with #C482BD

Text Example


Text Example

White with #C482BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C482BD; }

 p { color: rgb(196,130,189); }

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

background-color css

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

 a { background-color: rgb(196,130,189); }

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

border-color css

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

 span { border-color: rgb(196,130,189); }

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