Html Css Color HEX #C38ACB Lilac

📋 copy color: '#C38ACB'

red 195 ◦ green 138 ◦ blue 203

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

Shades of Lilac #C38ACB

Tints of Lilac #C38ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.75%

 BLUE value IS 203 (79.69% from 255) = 37.87%

R = 36.38%
G = 25.75%
B = 37.87%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C38ACB (or 0xC38ACB) is known color: Lilac. HEX triplet: C3, 8A and CB. RGB value is (195,138,203). Sum of RGB (Red+Green+Blue) = 195+138+203=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #C38ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ACB is #3C7534. Grayscale: #A2A2A2. Windows color (decimal): -3962165 or 13339331. OLE color: 13339331.

HSL color Cylindrical-coordinate representation of color #C38ACB: hue angle of 292.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38ACB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 138 203 -
CMYK 0.04 0.32 0 0.20
HSL 292.62º 0.38% 0.67% -
HSV(B) 292.62º 0.32% 0.8% -
XYZ 42.37 34.09 60.85 -
YUV 162.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 195 138 203 0.04 0.32 0 0.20 292.62 0.38 0.67
Hex C3 8A CB 4 20 0 14 125 26 43
Octal 303 212 313 4 40 0 24 445 46 103
Binary 11000011 10001010 11001011 100 100000 0 10100 100100101 100110 1000011

Color Harmonies of #C38ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38ACB

Black with #C38ACB

Text Example


Text Example

White with #C38ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38ACB; }

 p { color: rgb(195,138,203); }

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

background-color css

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

 a { background-color: rgb(195,138,203); }

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

border-color css

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

 span { border-color: rgb(195,138,203); }

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