Html Css Color HEX #C38DBF Lilac

📋 copy color: '#C38DBF'

red 195 ◦ green 141 ◦ blue 191

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

Shades of Lilac #C38DBF

Tints of Lilac #C38DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.76%

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

R = 37%
G = 26.76%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C38DBF (or 0xC38DBF) is known color: Lilac. HEX triplet: C3, 8D and BF. RGB value is (195,141,191). Sum of RGB (Red+Green+Blue) = 195+141+191=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DBF is #3C7240. Grayscale: #A2A2A2. Windows color (decimal): -3961409 or 12553667. OLE color: 12553667.

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

Color convert

RGB 195 141 191 -
CMYK 0 0.28 0.02 0.24
HSL 304.44º 0.31% 0.66% -
HSV(B) 304.44º 0.28% 0.76% -
XYZ 41.43 34.41 53.75 -
YUV 162.85 143.89 150.93 -
System Red Green Blue C M Y K H S L
Decimal 195 141 191 0 0.28 0.02 0.24 304.44 0.31 0.66
Hex C3 8D BF 0 1C 2 18 130 1F 42
Octal 303 215 277 0 34 2 30 460 37 102
Binary 11000011 10001101 10111111 0 11100 10 11000 100110000 11111 1000010

Color Harmonies of #C38DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DBF

Black with #C38DBF

Text Example


Text Example

White with #C38DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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