Html Css Color HEX #C984C2 Lilac

📋 copy color: '#C984C2'

red 201 ◦ green 132 ◦ blue 194

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

Shades of Lilac #C984C2

Tints of Lilac #C984C2

RGB

 RED value IS 201 (78.91% from 255) = 38.14%

 GREEN value IS 132 (51.95% from 255) = 25.05%

 BLUE value IS 194 (76.17% from 255) = 36.81%

R = 38.14%
G = 25.05%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#C984C2 (or 0xC984C2) is known color: Lilac. HEX triplet: C9, 84 and C2. RGB value is (201,132,194). Sum of RGB (Red+Green+Blue) = 201+132+194=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C984C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C984C2 is #367B3D. Grayscale: #9F9F9F. Windows color (decimal): -3570494 or 12747977. OLE color: 12747977.

HSL color Cylindrical-coordinate representation of color #C984C2: hue angle of 306.09º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C984C2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 132 194 -
CMYK 0 0.34 0.03 0.21
HSL 306.09º 0.39% 0.65% -
HSV(B) 306.09º 0.34% 0.79% -
XYZ 42.08 32.82 55.16 -
YUV 159.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 201 132 194 0 0.34 0.03 0.21 306.09 0.39 0.65
Hex C9 84 C2 0 22 3 15 132 27 41
Octal 311 204 302 0 42 3 25 462 47 101
Binary 11001001 10000100 11000010 0 100010 11 10101 100110010 100111 1000001

Color Harmonies of #C984C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C984C2

Black with #C984C2

Text Example


Text Example

White with #C984C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C984C2; }

 p { color: rgb(201,132,194); }

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

background-color css

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

 a { background-color: rgb(201,132,194); }

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

border-color css

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

 span { border-color: rgb(201,132,194); }

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