Html Css Color HEX #C094C5 Lilac

📋 copy color: '#C094C5'

red 192 ◦ green 148 ◦ blue 197

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

Shades of Lilac #C094C5

Tints of Lilac #C094C5

RGB

 RED value IS 192 (75.39% from 255) = 35.75%

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

 BLUE value IS 197 (77.34% from 255) = 36.69%

R = 35.75%
G = 27.56%
B = 36.69%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C094C5 (or 0xC094C5) is known color: Lilac. HEX triplet: C0, 94 and C5. RGB value is (192,148,197). Sum of RGB (Red+Green+Blue) = 192+148+197=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 197 - color contains mainly: blue. Hex color #C094C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094C5 is #3F6B3A. Grayscale: #A6A6A6. Windows color (decimal): -4156219 or 12948672. OLE color: 12948672.

HSL color Cylindrical-coordinate representation of color #C094C5: hue angle of 293.88º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C094C5 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 148 197 -
CMYK 0.03 0.25 0 0.23
HSL 293.88º 0.3% 0.68% -
HSV(B) 293.88º 0.25% 0.77% -
XYZ 42.41 36.42 57.62 -
YUV 166.74 145.08 146.02 -
System Red Green Blue C M Y K H S L
Decimal 192 148 197 0.03 0.25 0 0.23 293.88 0.3 0.68
Hex C0 94 C5 3 19 0 17 126 1E 44
Octal 300 224 305 3 31 0 27 446 36 104
Binary 11000000 10010100 11000101 11 11001 0 10111 100100110 11110 1000100

Color Harmonies of #C094C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094C5

Black with #C094C5

Text Example


Text Example

White with #C094C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094C5; }

 p { color: rgb(192,148,197); }

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

background-color css

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

 a { background-color: rgb(192,148,197); }

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

border-color css

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

 span { border-color: rgb(192,148,197); }

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