Html Css Color HEX #C98EB5 Lily

📋 copy color: '#C98EB5'

red 201 ◦ green 142 ◦ blue 181

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

Shades of Lily #C98EB5

Tints of Lily #C98EB5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.1%

 BLUE value IS 181 (71.09% from 255) = 34.54%

R = 38.36%
G = 27.1%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C98EB5 (or 0xC98EB5) is known color: Lily. HEX triplet: C9, 8E and B5. RGB value is (201,142,181). Sum of RGB (Red+Green+Blue) = 201+142+181=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EB5 is #36714A. Grayscale: #A3A3A3. Windows color (decimal): -3567947 or 11898569. OLE color: 11898569.

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

Color convert

RGB 201 142 181 -
CMYK 0 0.29 0.10 0.21
HSL 320.34º 0.35% 0.67% -
HSV(B) 320.34º 0.29% 0.79% -
XYZ 42.1 35.1 48.27 -
YUV 164.09 137.55 154.33 -
System Red Green Blue C M Y K H S L
Decimal 201 142 181 0 0.29 0.10 0.21 320.34 0.35 0.67
Hex C9 8E B5 0 1D A 15 140 23 43
Octal 311 216 265 0 35 12 25 500 43 103
Binary 11001001 10001110 10110101 0 11101 1010 10101 101000000 100011 1000011

Color Harmonies of #C98EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EB5

Black with #C98EB5

Text Example


Text Example

White with #C98EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EB5; }

 p { color: rgb(201,142,181); }

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

background-color css

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

 a { background-color: rgb(201,142,181); }

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

border-color css

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

 span { border-color: rgb(201,142,181); }

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