Html Css Color HEX #C98ABC Lily

📋 copy color: '#C98ABC'

red 201 ◦ green 138 ◦ blue 188

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

Shades of Lily #C98ABC

Tints of Lily #C98ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.67%

R = 38.14%
G = 26.19%
B = 35.67%

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

#C98ABC (or 0xC98ABC) is known color: Lily. HEX triplet: C9, 8A and BC. RGB value is (201,138,188). Sum of RGB (Red+Green+Blue) = 201+138+188=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 201 - color contains mainly: red. Hex color #C98ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98ABC is #367543. Grayscale: #A2A2A2. Windows color (decimal): -3568964 or 12356297. OLE color: 12356297.

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

Color convert

RGB 201 138 188 -
CMYK 0 0.31 0.06 0.21
HSL 312.38º 0.37% 0.66% -
HSV(B) 312.38º 0.31% 0.79% -
XYZ 42.25 34.23 51.96 -
YUV 162.54 142.37 155.43 -
System Red Green Blue C M Y K H S L
Decimal 201 138 188 0 0.31 0.06 0.21 312.38 0.37 0.66
Hex C9 8A BC 0 1F 6 15 138 25 42
Octal 311 212 274 0 37 6 25 470 45 102
Binary 11001001 10001010 10111100 0 11111 110 10101 100111000 100101 1000010

Color Harmonies of #C98ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98ABC

Black with #C98ABC

Text Example


Text Example

White with #C98ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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