Html Css Color HEX #C38CBC Lilac

📋 copy color: '#C38CBC'

red 195 ◦ green 140 ◦ blue 188

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

Shades of Lilac #C38CBC

Tints of Lilac #C38CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.77%

 BLUE value IS 188 (73.83% from 255) = 35.95%

R = 37.28%
G = 26.77%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C38CBC (or 0xC38CBC) is known color: Lilac. HEX triplet: C3, 8C and BC. RGB value is (195,140,188). Sum of RGB (Red+Green+Blue) = 195+140+188=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CBC is #3C7343. Grayscale: #A1A1A1. Windows color (decimal): -3961668 or 12356803. OLE color: 12356803.

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

Color convert

RGB 195 140 188 -
CMYK 0 0.28 0.04 0.24
HSL 307.64º 0.31% 0.66% -
HSV(B) 307.64º 0.28% 0.76% -
XYZ 40.96 33.99 51.98 -
YUV 161.92 142.72 151.6 -
System Red Green Blue C M Y K H S L
Decimal 195 140 188 0 0.28 0.04 0.24 307.64 0.31 0.66
Hex C3 8C BC 0 1C 4 18 134 1F 42
Octal 303 214 274 0 34 4 30 464 37 102
Binary 11000011 10001100 10111100 0 11100 100 11000 100110100 11111 1000010

Color Harmonies of #C38CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CBC

Black with #C38CBC

Text Example


Text Example

White with #C38CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CBC; }

 p { color: rgb(195,140,188); }

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

background-color css

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

 a { background-color: rgb(195,140,188); }

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

border-color css

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

 span { border-color: rgb(195,140,188); }

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