Html Css Color HEX #C385BE Lilac

📋 copy color: '#C385BE'

red 195 ◦ green 133 ◦ blue 190

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

Shades of Lilac #C385BE

Tints of Lilac #C385BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.68%

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

R = 37.64%
G = 25.68%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C385BE (or 0xC385BE) is known color: Lilac. HEX triplet: C3, 85 and BE. RGB value is (195,133,190). Sum of RGB (Red+Green+Blue) = 195+133+190=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C385BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385BE is #3C7A41. Grayscale: #9D9D9D. Windows color (decimal): -3963458 or 12486083. OLE color: 12486083.

HSL color Cylindrical-coordinate representation of color #C385BE: hue angle of 304.84º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C385BE is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 190 -
CMYK 0 0.32 0.03 0.24
HSL 304.84º 0.34% 0.64% -
HSV(B) 304.84º 0.32% 0.76% -
XYZ 40.19 32.09 52.79 -
YUV 158.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 195 133 190 0 0.32 0.03 0.24 304.84 0.34 0.64
Hex C3 85 BE 0 20 3 18 131 22 40
Octal 303 205 276 0 40 3 30 461 42 100
Binary 11000011 10000101 10111110 0 100000 11 11000 100110001 100010 1000000

Color Harmonies of #C385BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385BE

Black with #C385BE

Text Example


Text Example

White with #C385BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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