Html Css Color HEX #C390BF Lilac

📋 copy color: '#C390BF'

red 195 ◦ green 144 ◦ blue 191

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

Shades of Lilac #C390BF

Tints of Lilac #C390BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.04%

R = 36.79%
G = 27.17%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C390BF (or 0xC390BF) is known color: Lilac. HEX triplet: C3, 90 and BF. RGB value is (195,144,191). Sum of RGB (Red+Green+Blue) = 195+144+191=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C390BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390BF is #3C6F40. Grayscale: #A4A4A4. Windows color (decimal): -3960641 or 12554435. OLE color: 12554435.

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

Color convert

RGB 195 144 191 -
CMYK 0 0.26 0.02 0.24
HSL 304.71º 0.3% 0.66% -
HSV(B) 304.71º 0.26% 0.76% -
XYZ 41.88 35.31 53.9 -
YUV 164.61 142.9 149.68 -
System Red Green Blue C M Y K H S L
Decimal 195 144 191 0 0.26 0.02 0.24 304.71 0.3 0.66
Hex C3 90 BF 0 1A 2 18 131 1E 42
Octal 303 220 277 0 32 2 30 461 36 102
Binary 11000011 10010000 10111111 0 11010 10 11000 100110001 11110 1000010

Color Harmonies of #C390BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C390BF

Black with #C390BF

Text Example


Text Example

White with #C390BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C390BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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