Html Css Color HEX #C38CBE Lilac

📋 copy color: '#C38CBE'

red 195 ◦ green 140 ◦ blue 190

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

Shades of Lilac #C38CBE

Tints of Lilac #C38CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 37.14%
G = 26.67%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C38CBE (or 0xC38CBE) is known color: Lilac. HEX triplet: C3, 8C and BE. RGB value is (195,140,190). Sum of RGB (Red+Green+Blue) = 195+140+190=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CBE is #3C7341. Grayscale: #A2A2A2. Windows color (decimal): -3961666 or 12487875. OLE color: 12487875.

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

Color convert

RGB 195 140 190 -
CMYK 0 0.28 0.03 0.24
HSL 305.45º 0.31% 0.66% -
HSV(B) 305.45º 0.28% 0.76% -
XYZ 41.18 34.08 53.12 -
YUV 162.15 143.72 151.43 -
System Red Green Blue C M Y K H S L
Decimal 195 140 190 0 0.28 0.03 0.24 305.45 0.31 0.66
Hex C3 8C BE 0 1C 3 18 131 1F 42
Octal 303 214 276 0 34 3 30 461 37 102
Binary 11000011 10001100 10111110 0 11100 11 11000 100110001 11111 1000010

Color Harmonies of #C38CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CBE

Black with #C38CBE

Text Example


Text Example

White with #C38CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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