Html Css Color HEX #C094BD Lilac

📋 copy color: '#C094BD'

red 192 ◦ green 148 ◦ blue 189

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

Shades of Lilac #C094BD

Tints of Lilac #C094BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.73%

R = 36.29%
G = 27.98%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C094BD (or 0xC094BD) is known color: Lilac. HEX triplet: C0, 94 and BD. RGB value is (192,148,189). Sum of RGB (Red+Green+Blue) = 192+148+189=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 192 - color contains mainly: red. Hex color #C094BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C094BD is #3F6B42. Grayscale: #A5A5A5. Windows color (decimal): -4156227 or 12424384. OLE color: 12424384.

HSL color Cylindrical-coordinate representation of color #C094BD: hue angle of 304.09º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C094BD is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 148 189 -
CMYK 0 0.23 0.02 0.25
HSL 304.09º 0.26% 0.67% -
HSV(B) 304.09º 0.23% 0.75% -
XYZ 41.51 36.06 52.92 -
YUV 165.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 192 148 189 0 0.23 0.02 0.25 304.09 0.26 0.67
Hex C0 94 BD 0 17 2 19 130 1A 43
Octal 300 224 275 0 27 2 31 460 32 103
Binary 11000000 10010100 10111101 0 10111 10 11001 100110000 11010 1000011

Color Harmonies of #C094BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C094BD

Black with #C094BD

Text Example


Text Example

White with #C094BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C094BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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