Html Css Color HEX #C98BCB Lilac

📋 copy color: '#C98BCB'

red 201 ◦ green 139 ◦ blue 203

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

Shades of Lilac #C98BCB

Tints of Lilac #C98BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.6%

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 37.02%
G = 25.6%
B = 37.38%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C98BCB (or 0xC98BCB) is known color: Lilac. HEX triplet: C9, 8B and CB. RGB value is (201,139,203). Sum of RGB (Red+Green+Blue) = 201+139+203=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #C98BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BCB is #367434. Grayscale: #A4A4A4. Windows color (decimal): -3568693 or 13339593. OLE color: 13339593.

HSL color Cylindrical-coordinate representation of color #C98BCB: hue angle of 298.12º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C98BCB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 201 139 203 -
CMYK 0.01 0.32 0 0.20
HSL 298.13º 0.38% 0.67% -
HSV(B) 298.13º 0.32% 0.8% -
XYZ 44.1 35.19 60.97 -
YUV 164.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 201 139 203 0.01 0.32 0 0.20 298.13 0.38 0.67
Hex C9 8B CB 1 20 0 14 12A 26 43
Octal 311 213 313 1 40 0 24 452 46 103
Binary 11001001 10001011 11001011 1 100000 0 10100 100101010 100110 1000011

Color Harmonies of #C98BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BCB

Black with #C98BCB

Text Example


Text Example

White with #C98BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BCB; }

 p { color: rgb(201,139,203); }

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

background-color css

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

 a { background-color: rgb(201,139,203); }

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

border-color css

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

 span { border-color: rgb(201,139,203); }

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