Html Css Color HEX #C383BE London Hue

📋 copy color: '#C383BE'

red 195 ◦ green 131 ◦ blue 190

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

Shades of London Hue #C383BE

Tints of London Hue #C383BE

RGB

 RED value IS 195 (76.56% from 255) = 37.79%

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

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

R = 37.79%
G = 25.39%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C383BE (or 0xC383BE) is known color: London Hue. HEX triplet: C3, 83 and BE. RGB value is (195,131,190). Sum of RGB (Red+Green+Blue) = 195+131+190=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C383BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383BE is #3C7C41. Grayscale: #9C9C9C. Windows color (decimal): -3963970 or 12485571. OLE color: 12485571.

HSL color Cylindrical-coordinate representation of color #C383BE: hue angle of 304.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C383BE is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 190 -
CMYK 0 0.33 0.03 0.24
HSL 304.69º 0.35% 0.64% -
HSV(B) 304.69º 0.33% 0.76% -
XYZ 39.92 31.55 52.7 -
YUV 156.86 146.7 155.2 -
System Red Green Blue C M Y K H S L
Decimal 195 131 190 0 0.33 0.03 0.24 304.69 0.35 0.64
Hex C3 83 BE 0 21 3 18 131 23 40
Octal 303 203 276 0 41 3 30 461 43 100
Binary 11000011 10000011 10111110 0 100001 11 11000 100110001 100011 1000000

Color Harmonies of #C383BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C383BE

Black with #C383BE

Text Example


Text Example

White with #C383BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C383BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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