Html Css Color HEX #C98ABD Lily

📋 copy color: '#C98ABD'

red 201 ◦ green 138 ◦ blue 189

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

Shades of Lily #C98ABD

Tints of Lily #C98ABD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.14%

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 38.07%
G = 26.14%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C98ABD (or 0xC98ABD) is known color: Lily. HEX triplet: C9, 8A and BD. RGB value is (201,138,189). Sum of RGB (Red+Green+Blue) = 201+138+189=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C98ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ABD is #367542. Grayscale: #A2A2A2. Windows color (decimal): -3568963 or 12421833. OLE color: 12421833.

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

Color convert

RGB 201 138 189 -
CMYK 0 0.31 0.06 0.21
HSL 311.43º 0.37% 0.66% -
HSV(B) 311.43º 0.31% 0.79% -
XYZ 42.36 34.27 52.53 -
YUV 162.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 201 138 189 0 0.31 0.06 0.21 311.43 0.37 0.66
Hex C9 8A BD 0 1F 6 15 137 25 42
Octal 311 212 275 0 37 6 25 467 45 102
Binary 11001001 10001010 10111101 0 11111 110 10101 100110111 100101 1000010

Color Harmonies of #C98ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98ABD

Black with #C98ABD

Text Example


Text Example

White with #C98ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98ABD; }

 p { color: rgb(201,138,189); }

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

background-color css

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

 a { background-color: rgb(201,138,189); }

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

border-color css

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

 span { border-color: rgb(201,138,189); }

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