Html Css Color HEX #C98EB4 Lily

📋 copy color: '#C98EB4'

red 201 ◦ green 142 ◦ blue 180

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

Shades of Lily #C98EB4

Tints of Lily #C98EB4

RGB

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

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

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

R = 38.43%
G = 27.15%
B = 34.42%

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

#C98EB4 (or 0xC98EB4) is known color: Lily. HEX triplet: C9, 8E and B4. RGB value is (201,142,180). Sum of RGB (Red+Green+Blue) = 201+142+180=523 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.43% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 201 - color contains mainly: red. Hex color #C98EB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98EB4 is #36714B. Grayscale: #A3A3A3. Windows color (decimal): -3567948 or 11833033. OLE color: 11833033.

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

Color convert

RGB 201 142 180 -
CMYK 0 0.29 0.10 0.21
HSL 321.36º 0.35% 0.67% -
HSV(B) 321.36º 0.29% 0.79% -
XYZ 42 35.06 47.73 -
YUV 163.97 137.05 154.41 -
System Red Green Blue C M Y K H S L
Decimal 201 142 180 0 0.29 0.10 0.21 321.36 0.35 0.67
Hex C9 8E B4 0 1D A 15 141 23 43
Octal 311 216 264 0 35 12 25 501 43 103
Binary 11001001 10001110 10110100 0 11101 1010 10101 101000001 100011 1000011

Color Harmonies of #C98EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98EB4

Black with #C98EB4

Text Example


Text Example

White with #C98EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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