Html Css Color HEX #C98CBD Lily

📋 copy color: '#C98CBD'

red 201 ◦ green 140 ◦ blue 189

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

Shades of Lily #C98CBD

Tints of Lily #C98CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

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

R = 37.92%
G = 26.42%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C98CBD (or 0xC98CBD) is known color: Lily. HEX triplet: C9, 8C and BD. RGB value is (201,140,189). Sum of RGB (Red+Green+Blue) = 201+140+189=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C98CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98CBD is #367342. Grayscale: #A3A3A3. Windows color (decimal): -3568451 or 12422345. OLE color: 12422345.

HSL color Cylindrical-coordinate representation of color #C98CBD: hue angle of 311.8º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C98CBD is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 140 189 -
CMYK 0 0.30 0.06 0.21
HSL 311.8º 0.36% 0.67% -
HSV(B) 311.8º 0.3% 0.79% -
XYZ 42.65 34.85 52.62 -
YUV 163.83 142.21 154.52 -
System Red Green Blue C M Y K H S L
Decimal 201 140 189 0 0.30 0.06 0.21 311.8 0.36 0.67
Hex C9 8C BD 0 1E 6 15 138 24 43
Octal 311 214 275 0 36 6 25 470 44 103
Binary 11001001 10001100 10111101 0 11110 110 10101 100111000 100100 1000011

Color Harmonies of #C98CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98CBD

Black with #C98CBD

Text Example


Text Example

White with #C98CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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