Html Css Color HEX #C383BD London Hue

📋 copy color: '#C383BD'

red 195 ◦ green 131 ◦ blue 189

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

Shades of London Hue #C383BD

Tints of London Hue #C383BD

RGB

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

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

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

R = 37.86%
G = 25.44%
B = 36.7%

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

#C383BD (or 0xC383BD) is known color: London Hue. HEX triplet: C3, 83 and BD. RGB value is (195,131,189). Sum of RGB (Red+Green+Blue) = 195+131+189=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C383BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383BD is #3C7C42. Grayscale: #9C9C9C. Windows color (decimal): -3963971 or 12420035. OLE color: 12420035.

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

Color convert

RGB 195 131 189 -
CMYK 0 0.33 0.03 0.24
HSL 305.63º 0.35% 0.64% -
HSV(B) 305.63º 0.33% 0.76% -
XYZ 39.81 31.51 52.13 -
YUV 156.75 146.2 155.28 -
System Red Green Blue C M Y K H S L
Decimal 195 131 189 0 0.33 0.03 0.24 305.63 0.35 0.64
Hex C3 83 BD 0 21 3 18 132 23 40
Octal 303 203 275 0 41 3 30 462 43 100
Binary 11000011 10000011 10111101 0 100001 11 11000 100110010 100011 1000000

Color Harmonies of #C383BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C383BD

Black with #C383BD

Text Example


Text Example

White with #C383BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C383BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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