Html Css Color HEX #C38BC2 Lilac

📋 copy color: '#C38BC2'

red 195 ◦ green 139 ◦ blue 194

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

Shades of Lilac #C38BC2

Tints of Lilac #C38BC2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.33%

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

R = 36.93%
G = 26.33%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C38BC2 (or 0xC38BC2) is known color: Lilac. HEX triplet: C3, 8B and C2. RGB value is (195,139,194). Sum of RGB (Red+Green+Blue) = 195+139+194=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BC2 is #3C743D. Grayscale: #A1A1A1. Windows color (decimal): -3961918 or 12749763. OLE color: 12749763.

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

Color convert

RGB 195 139 194 -
CMYK 0 0.29 0.01 0.24
HSL 301.07º 0.32% 0.65% -
HSV(B) 301.07º 0.29% 0.76% -
XYZ 41.48 33.96 55.41 -
YUV 162.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 195 139 194 0 0.29 0.01 0.24 301.07 0.32 0.65
Hex C3 8B C2 0 1D 1 18 12D 20 41
Octal 303 213 302 0 35 1 30 455 40 101
Binary 11000011 10001011 11000010 0 11101 1 11000 100101101 100000 1000001

Color Harmonies of #C38BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38BC2

Black with #C38BC2

Text Example


Text Example

White with #C38BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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