Html Css Color HEX #C392BD Lilac

📋 copy color: '#C392BD'

red 195 ◦ green 146 ◦ blue 189

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

Shades of Lilac #C392BD

Tints of Lilac #C392BD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.55%

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

R = 36.79%
G = 27.55%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C392BD (or 0xC392BD) is known color: Lilac. HEX triplet: C3, 92 and BD. RGB value is (195,146,189). Sum of RGB (Red+Green+Blue) = 195+146+189=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C392BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392BD is #3C6D42. Grayscale: #A5A5A5. Windows color (decimal): -3960131 or 12423875. OLE color: 12423875.

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

Color convert

RGB 195 146 189 -
CMYK 0 0.25 0.03 0.24
HSL 307.35º 0.29% 0.67% -
HSV(B) 307.35º 0.25% 0.76% -
XYZ 41.97 35.83 52.85 -
YUV 165.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 195 146 189 0 0.25 0.03 0.24 307.35 0.29 0.67
Hex C3 92 BD 0 19 3 18 133 1D 43
Octal 303 222 275 0 31 3 30 463 35 103
Binary 11000011 10010010 10111101 0 11001 11 11000 100110011 11101 1000011

Color Harmonies of #C392BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392BD

Black with #C392BD

Text Example


Text Example

White with #C392BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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