Html Css Color HEX #C394CC Lilac

📋 copy color: '#C394CC'

red 195 ◦ green 148 ◦ blue 204

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

Shades of Lilac #C394CC

Tints of Lilac #C394CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.06%

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 35.65%
G = 27.06%
B = 37.29%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C394CC (or 0xC394CC) is known color: Lilac. HEX triplet: C3, 94 and CC. RGB value is (195,148,204). Sum of RGB (Red+Green+Blue) = 195+148+204=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #C394CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394CC is #3C6B33. Grayscale: #A8A8A8. Windows color (decimal): -3959604 or 13407427. OLE color: 13407427.

HSL color Cylindrical-coordinate representation of color #C394CC: hue angle of 290.36º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C394CC is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 195 148 204 -
CMYK 0.04 0.27 0 0.2
HSL 290.36º 0.35% 0.69% -
HSV(B) 290.36º 0.27% 0.8% -
XYZ 43.99 37.14 61.98 -
YUV 168.44 148.07 146.95 -
System Red Green Blue C M Y K H S L
Decimal 195 148 204 0.04 0.27 0 0.2 290.36 0.35 0.69
Hex C3 94 CC 4 1B 0 14 122 23 45
Octal 303 224 314 4 33 0 24 442 43 105
Binary 11000011 10010100 11001100 100 11011 0 10100 100100010 100011 1000101

Color Harmonies of #C394CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C394CC

Black with #C394CC

Text Example


Text Example

White with #C394CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C394CC; }

 p { color: rgb(195,148,204); }

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

background-color css

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

 a { background-color: rgb(195,148,204); }

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

border-color css

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

 span { border-color: rgb(195,148,204); }

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