Html Css Color HEX #C483BE London Hue

📋 copy color: '#C483BE'

red 196 ◦ green 131 ◦ blue 190

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

Shades of London Hue #C483BE

Tints of London Hue #C483BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.75%

R = 37.91%
G = 25.34%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C483BE (or 0xC483BE) is known color: London Hue. HEX triplet: C4, 83 and BE. RGB value is (196,131,190). Sum of RGB (Red+Green+Blue) = 196+131+190=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 131 (51.56% from 255 or 25.34% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C483BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483BE is #3B7C41. Grayscale: #9C9C9C. Windows color (decimal): -3898434 or 12485572. OLE color: 12485572.

HSL color Cylindrical-coordinate representation of color #C483BE: hue angle of 305.54º 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 #C483BE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 190 -
CMYK 0 0.33 0.03 0.23
HSL 305.54º 0.36% 0.64% -
HSV(B) 305.54º 0.33% 0.77% -
XYZ 40.18 31.69 52.71 -
YUV 157.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 196 131 190 0 0.33 0.03 0.23 305.54 0.36 0.64
Hex C4 83 BE 0 21 3 17 132 24 40
Octal 304 203 276 0 41 3 27 462 44 100
Binary 11000100 10000011 10111110 0 100001 11 10111 100110010 100100 1000000

Color Harmonies of #C483BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C483BE

Black with #C483BE

Text Example


Text Example

White with #C483BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C483BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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