Html Css Color HEX #C390BD Lilac

📋 copy color: '#C390BD'

red 195 ◦ green 144 ◦ blue 189

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

Shades of Lilac #C390BD

Tints of Lilac #C390BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.27%

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

R = 36.93%
G = 27.27%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C390BD (or 0xC390BD) is known color: Lilac. HEX triplet: C3, 90 and BD. RGB value is (195,144,189). Sum of RGB (Red+Green+Blue) = 195+144+189=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C390BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390BD is #3C6F42. Grayscale: #A4A4A4. Windows color (decimal): -3960643 or 12423363. OLE color: 12423363.

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

Color convert

RGB 195 144 189 -
CMYK 0 0.26 0.03 0.24
HSL 307.06º 0.3% 0.66% -
HSV(B) 307.06º 0.26% 0.76% -
XYZ 41.66 35.22 52.75 -
YUV 164.38 141.9 149.84 -
System Red Green Blue C M Y K H S L
Decimal 195 144 189 0 0.26 0.03 0.24 307.06 0.3 0.66
Hex C3 90 BD 0 1A 3 18 133 1E 42
Octal 303 220 275 0 32 3 30 463 36 102
Binary 11000011 10010000 10111101 0 11010 11 11000 100110011 11110 1000010

Color Harmonies of #C390BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390BD

Black with #C390BD

Text Example


Text Example

White with #C390BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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