Html Css Color HEX #C483BD London Hue

📋 copy color: '#C483BD'

red 196 ◦ green 131 ◦ blue 189

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

Shades of London Hue #C483BD

Tints of London Hue #C483BD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.39%

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

R = 37.98%
G = 25.39%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C483BD (or 0xC483BD) is known color: London Hue. HEX triplet: C4, 83 and BD. RGB value is (196,131,189). Sum of RGB (Red+Green+Blue) = 196+131+189=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C483BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483BD is #3B7C42. Grayscale: #9C9C9C. Windows color (decimal): -3898435 or 12420036. OLE color: 12420036.

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

Color convert

RGB 196 131 189 -
CMYK 0 0.33 0.04 0.23
HSL 306.46º 0.36% 0.64% -
HSV(B) 306.46º 0.33% 0.77% -
XYZ 40.07 31.64 52.14 -
YUV 157.05 146.03 155.78 -
System Red Green Blue C M Y K H S L
Decimal 196 131 189 0 0.33 0.04 0.23 306.46 0.36 0.64
Hex C4 83 BD 0 21 4 17 132 24 40
Octal 304 203 275 0 41 4 27 462 44 100
Binary 11000100 10000011 10111101 0 100001 100 10111 100110010 100100 1000000

Color Harmonies of #C483BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483BD

Black with #C483BD

Text Example


Text Example

White with #C483BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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