Html Css Color HEX #C98CCA Lilac

📋 copy color: '#C98CCA'

red 201 ◦ green 140 ◦ blue 202

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

Shades of Lilac #C98CCA

Tints of Lilac #C98CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 37.02%
G = 25.78%
B = 37.2%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C98CCA (or 0xC98CCA) is known color: Lilac. HEX triplet: C9, 8C and CA. RGB value is (201,140,202). Sum of RGB (Red+Green+Blue) = 201+140+202=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #C98CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CCA is #367335. Grayscale: #A5A5A5. Windows color (decimal): -3568438 or 13274313. OLE color: 13274313.

HSL color Cylindrical-coordinate representation of color #C98CCA: hue angle of 299.03º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C98CCA is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 140 202 -
CMYK 0.00 0.31 0 0.21
HSL 299.03º 0.37% 0.67% -
HSV(B) 299.03º 0.31% 0.79% -
XYZ 44.13 35.44 60.39 -
YUV 165.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 201 140 202 0.00 0.31 0 0.21 299.03 0.37 0.67
Hex C9 8C CA 0 1F 0 15 12B 25 43
Octal 311 214 312 0 37 0 25 453 45 103
Binary 11001001 10001100 11001010 0 11111 0 10101 100101011 100101 1000011

Color Harmonies of #C98CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CCA

Black with #C98CCA

Text Example


Text Example

White with #C98CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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