Html Css Color HEX #C38CC4 Lilac

📋 copy color: '#C38CC4'

red 195 ◦ green 140 ◦ blue 196

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

Shades of Lilac #C38CC4

Tints of Lilac #C38CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.91%

R = 36.72%
G = 26.37%
B = 36.91%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C38CC4 (or 0xC38CC4) is known color: Lilac. HEX triplet: C3, 8C and C4. RGB value is (195,140,196). Sum of RGB (Red+Green+Blue) = 195+140+196=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #C38CC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CC4 is #3C733B. Grayscale: #A2A2A2. Windows color (decimal): -3961660 or 12881091. OLE color: 12881091.

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

Color convert

RGB 195 140 196 -
CMYK 0.01 0.29 0 0.23
HSL 298.93º 0.32% 0.66% -
HSV(B) 298.93º 0.29% 0.77% -
XYZ 41.85 34.34 56.65 -
YUV 162.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 195 140 196 0.01 0.29 0 0.23 298.93 0.32 0.66
Hex C3 8C C4 1 1D 0 17 12B 20 42
Octal 303 214 304 1 35 0 27 453 40 102
Binary 11000011 10001100 11000100 1 11101 0 10111 100101011 100000 1000010

Color Harmonies of #C38CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38CC4

Black with #C38CC4

Text Example


Text Example

White with #C38CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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