Html Css Color HEX #C384BD London Hue

📋 copy color: '#C384BD'

red 195 ◦ green 132 ◦ blue 189

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

Shades of London Hue #C384BD

Tints of London Hue #C384BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.58%

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

R = 37.79%
G = 25.58%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C384BD (or 0xC384BD) is known color: London Hue. HEX triplet: C3, 84 and BD. RGB value is (195,132,189). Sum of RGB (Red+Green+Blue) = 195+132+189=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C384BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384BD is #3C7B42. Grayscale: #9D9D9D. Windows color (decimal): -3963715 or 12420291. OLE color: 12420291.

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

Color convert

RGB 195 132 189 -
CMYK 0 0.32 0.03 0.24
HSL 305.71º 0.34% 0.64% -
HSV(B) 305.71º 0.32% 0.76% -
XYZ 39.94 31.78 52.17 -
YUV 157.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 195 132 189 0 0.32 0.03 0.24 305.71 0.34 0.64
Hex C3 84 BD 0 20 3 18 132 22 40
Octal 303 204 275 0 40 3 30 462 42 100
Binary 11000011 10000100 10111101 0 100000 11 11000 100110010 100010 1000000

Color Harmonies of #C384BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384BD

Black with #C384BD

Text Example


Text Example

White with #C384BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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