Html Css Color HEX #C98CBE Lilac

📋 copy color: '#C98CBE'

red 201 ◦ green 140 ◦ blue 190

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

Shades of Lilac #C98CBE

Tints of Lilac #C98CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.37%

 BLUE value IS 190 (74.61% from 255) = 35.78%

R = 37.85%
G = 26.37%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C98CBE (or 0xC98CBE) is known color: Lilac. HEX triplet: C9, 8C and BE. RGB value is (201,140,190). Sum of RGB (Red+Green+Blue) = 201+140+190=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CBE is #367341. Grayscale: #A3A3A3. Windows color (decimal): -3568450 or 12487881. OLE color: 12487881.

HSL color Cylindrical-coordinate representation of color #C98CBE: hue angle of 310.82º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98CBE is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 140 190 -
CMYK 0 0.30 0.05 0.21
HSL 310.82º 0.36% 0.67% -
HSV(B) 310.82º 0.3% 0.79% -
XYZ 42.76 34.89 53.2 -
YUV 163.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 201 140 190 0 0.30 0.05 0.21 310.82 0.36 0.67
Hex C9 8C BE 0 1E 5 15 137 24 43
Octal 311 214 276 0 36 5 25 467 44 103
Binary 11001001 10001100 10111110 0 11110 101 10101 100110111 100100 1000011

Color Harmonies of #C98CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CBE

Black with #C98CBE

Text Example


Text Example

White with #C98CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CBE; }

 p { color: rgb(201,140,190); }

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

background-color css

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

 a { background-color: rgb(201,140,190); }

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

border-color css

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

 span { border-color: rgb(201,140,190); }

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