Html Css Color HEX #C98DBA Lily

📋 copy color: '#C98DBA'

red 201 ◦ green 141 ◦ blue 186

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

Shades of Lily #C98DBA

Tints of Lily #C98DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.7%

 BLUE value IS 186 (73.05% from 255) = 35.23%

R = 38.07%
G = 26.7%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C98DBA (or 0xC98DBA) is known color: Lily. HEX triplet: C9, 8D and BA. RGB value is (201,141,186). Sum of RGB (Red+Green+Blue) = 201+141+186=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 186 (73.05% from 255 or 35.23% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C98DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98DBA is #367245. Grayscale: #A3A3A3. Windows color (decimal): -3568198 or 12225993. OLE color: 12225993.

HSL color Cylindrical-coordinate representation of color #C98DBA: hue angle of 315º 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 #C98DBA is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 141 186 -
CMYK 0 0.30 0.07 0.21
HSL 315º 0.36% 0.67% -
HSV(B) 315º 0.3% 0.79% -
XYZ 42.48 35.01 50.97 -
YUV 164.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 201 141 186 0 0.30 0.07 0.21 315 0.36 0.67
Hex C9 8D BA 0 1E 7 15 13B 24 43
Octal 311 215 272 0 36 7 25 473 44 103
Binary 11001001 10001101 10111010 0 11110 111 10101 100111011 100100 1000011

Color Harmonies of #C98DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98DBA

Black with #C98DBA

Text Example


Text Example

White with #C98DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98DBA; }

 p { color: rgb(201,141,186); }

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

background-color css

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

 a { background-color: rgb(201,141,186); }

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

border-color css

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

 span { border-color: rgb(201,141,186); }

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