Html Css Color HEX #C38DC0 Lilac

📋 copy color: '#C38DC0'

red 195 ◦ green 141 ◦ blue 192

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

Shades of Lilac #C38DC0

Tints of Lilac #C38DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 36.93%
G = 26.7%
B = 36.36%

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

#C38DC0 (or 0xC38DC0) is known color: Lilac. HEX triplet: C3, 8D and C0. RGB value is (195,141,192). Sum of RGB (Red+Green+Blue) = 195+141+192=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DC0 is #3C723F. Grayscale: #A2A2A2. Windows color (decimal): -3961408 or 12619203. OLE color: 12619203.

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

Color convert

RGB 195 141 192 -
CMYK 0 0.28 0.02 0.24
HSL 303.33º 0.31% 0.66% -
HSV(B) 303.33º 0.28% 0.76% -
XYZ 41.54 34.46 54.33 -
YUV 162.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 195 141 192 0 0.28 0.02 0.24 303.33 0.31 0.66
Hex C3 8D C0 0 1C 2 18 12F 1F 42
Octal 303 215 300 0 34 2 30 457 37 102
Binary 11000011 10001101 11000000 0 11100 10 11000 100101111 11111 1000010

Color Harmonies of #C38DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DC0

Black with #C38DC0

Text Example


Text Example

White with #C38DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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