Html Css Color HEX #C38EC0 Lilac

📋 copy color: '#C38EC0'

red 195 ◦ green 142 ◦ blue 192

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

Shades of Lilac #C38EC0

Tints of Lilac #C38EC0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.84%

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

R = 36.86%
G = 26.84%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C38EC0 (or 0xC38EC0) is known color: Lilac. HEX triplet: C3, 8E and C0. RGB value is (195,142,192). Sum of RGB (Red+Green+Blue) = 195+142+192=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EC0 is #3C713F. Grayscale: #A3A3A3. Windows color (decimal): -3961152 or 12619459. OLE color: 12619459.

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

Color convert

RGB 195 142 192 -
CMYK 0 0.27 0.02 0.24
HSL 303.4º 0.31% 0.66% -
HSV(B) 303.4º 0.27% 0.76% -
XYZ 41.69 34.75 54.38 -
YUV 163.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 195 142 192 0 0.27 0.02 0.24 303.4 0.31 0.66
Hex C3 8E C0 0 1B 2 18 12F 1F 42
Octal 303 216 300 0 33 2 30 457 37 102
Binary 11000011 10001110 11000000 0 11011 10 11000 100101111 11111 1000010

Color Harmonies of #C38EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38EC0

Black with #C38EC0

Text Example


Text Example

White with #C38EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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