Html Css Color HEX #C38FC0 Lilac

📋 copy color: '#C38FC0'

red 195 ◦ green 143 ◦ blue 192

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

Shades of Lilac #C38FC0

Tints of Lilac #C38FC0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.98%

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

R = 36.79%
G = 26.98%
B = 36.23%

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

#C38FC0 (or 0xC38FC0) is known color: Lilac. HEX triplet: C3, 8F and C0. RGB value is (195,143,192). Sum of RGB (Red+Green+Blue) = 195+143+192=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FC0 is #3C703F. Grayscale: #A3A3A3. Windows color (decimal): -3960896 or 12619715. OLE color: 12619715.

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

Color convert

RGB 195 143 192 -
CMYK 0 0.27 0.02 0.24
HSL 303.46º 0.3% 0.66% -
HSV(B) 303.46º 0.27% 0.76% -
XYZ 41.84 35.05 54.43 -
YUV 164.13 143.73 150.02 -
System Red Green Blue C M Y K H S L
Decimal 195 143 192 0 0.27 0.02 0.24 303.46 0.3 0.66
Hex C3 8F C0 0 1B 2 18 12F 1E 42
Octal 303 217 300 0 33 2 30 457 36 102
Binary 11000011 10001111 11000000 0 11011 10 11000 100101111 11110 1000010

Color Harmonies of #C38FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38FC0

Black with #C38FC0

Text Example


Text Example

White with #C38FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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