Html Css Color HEX #C38DC2 Lilac

📋 copy color: '#C38DC2'

red 195 ◦ green 141 ◦ blue 194

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

Shades of Lilac #C38DC2

Tints of Lilac #C38DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.6%

R = 36.79%
G = 26.6%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C38DC2 (or 0xC38DC2) is known color: Lilac. HEX triplet: C3, 8D and C2. RGB value is (195,141,194). Sum of RGB (Red+Green+Blue) = 195+141+194=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DC2 is #3C723D. Grayscale: #A3A3A3. Windows color (decimal): -3961406 or 12750275. OLE color: 12750275.

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

Color convert

RGB 195 141 194 -
CMYK 0 0.28 0.01 0.24
HSL 301.11º 0.31% 0.66% -
HSV(B) 301.11º 0.28% 0.76% -
XYZ 41.77 34.55 55.51 -
YUV 163.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 195 141 194 0 0.28 0.01 0.24 301.11 0.31 0.66
Hex C3 8D C2 0 1C 1 18 12D 1F 42
Octal 303 215 302 0 34 1 30 455 37 102
Binary 11000011 10001101 11000010 0 11100 1 11000 100101101 11111 1000010

Color Harmonies of #C38DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38DC2

Black with #C38DC2

Text Example


Text Example

White with #C38DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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