Html Css Color HEX #C090BD Lilac

📋 copy color: '#C090BD'

red 192 ◦ green 144 ◦ blue 189

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

Shades of Lilac #C090BD

Tints of Lilac #C090BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.43%

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

R = 36.57%
G = 27.43%
B = 36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C090BD (or 0xC090BD) is known color: Lilac. HEX triplet: C0, 90 and BD. RGB value is (192,144,189). Sum of RGB (Red+Green+Blue) = 192+144+189=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 192 - color contains mainly: red. Hex color #C090BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090BD is #3F6F42. Grayscale: #A3A3A3. Windows color (decimal): -4157251 or 12423360. OLE color: 12423360.

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

Color convert

RGB 192 144 189 -
CMYK 0 0.25 0.02 0.25
HSL 303.75º 0.28% 0.66% -
HSV(B) 303.75º 0.25% 0.75% -
XYZ 40.9 34.83 52.71 -
YUV 163.48 142.4 148.34 -
System Red Green Blue C M Y K H S L
Decimal 192 144 189 0 0.25 0.02 0.25 303.75 0.28 0.66
Hex C0 90 BD 0 19 2 19 130 1C 42
Octal 300 220 275 0 31 2 31 460 34 102
Binary 11000000 10010000 10111101 0 11001 10 11001 100110000 11100 1000010

Color Harmonies of #C090BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C090BD

Black with #C090BD

Text Example


Text Example

White with #C090BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C090BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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