Html Css Color HEX #C98FB4 Lily

📋 copy color: '#C98FB4'

red 201 ◦ green 143 ◦ blue 180

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

Shades of Lily #C98FB4

Tints of Lily #C98FB4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.29%

 BLUE value IS 180 (70.7% from 255) = 34.35%

R = 38.36%
G = 27.29%
B = 34.35%

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

#C98FB4 (or 0xC98FB4) is known color: Lily. HEX triplet: C9, 8F and B4. RGB value is (201,143,180). Sum of RGB (Red+Green+Blue) = 201+143+180=524 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.36% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 180 (70.70% from 255 or 34.35% from 524); Max value from RGB is 201 - color contains mainly: red. Hex color #C98FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98FB4 is #36704B. Grayscale: #A4A4A4. Windows color (decimal): -3567692 or 11833289. OLE color: 11833289.

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

Color convert

RGB 201 143 180 -
CMYK 0 0.29 0.10 0.21
HSL 321.72º 0.35% 0.67% -
HSV(B) 321.72º 0.29% 0.79% -
XYZ 42.15 35.36 47.78 -
YUV 164.56 136.72 153.99 -
System Red Green Blue C M Y K H S L
Decimal 201 143 180 0 0.29 0.10 0.21 321.72 0.35 0.67
Hex C9 8F B4 0 1D A 15 142 23 43
Octal 311 217 264 0 35 12 25 502 43 103
Binary 11001001 10001111 10110100 0 11101 1010 10101 101000010 100011 1000011

Color Harmonies of #C98FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98FB4

Black with #C98FB4

Text Example


Text Example

White with #C98FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98FB4; }

 p { color: rgb(201,143,180); }

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

background-color css

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

 a { background-color: rgb(201,143,180); }

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

border-color css

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

 span { border-color: rgb(201,143,180); }

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