Html Css Color HEX #C98BBD Lily

📋 copy color: '#C98BBD'

red 201 ◦ green 139 ◦ blue 189

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

Shades of Lily #C98BBD

Tints of Lily #C98BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.28%

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

R = 38%
G = 26.28%
B = 35.73%

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

#C98BBD (or 0xC98BBD) is known color: Lily. HEX triplet: C9, 8B and BD. RGB value is (201,139,189). Sum of RGB (Red+Green+Blue) = 201+139+189=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C98BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C98BBD is #367442. Grayscale: #A3A3A3. Windows color (decimal): -3568707 or 12422089. OLE color: 12422089.

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

Color convert

RGB 201 139 189 -
CMYK 0 0.31 0.06 0.21
HSL 311.61º 0.36% 0.67% -
HSV(B) 311.61º 0.31% 0.79% -
XYZ 42.51 34.56 52.57 -
YUV 163.24 142.54 154.93 -
System Red Green Blue C M Y K H S L
Decimal 201 139 189 0 0.31 0.06 0.21 311.61 0.36 0.67
Hex C9 8B BD 0 1F 6 15 138 24 43
Octal 311 213 275 0 37 6 25 470 44 103
Binary 11001001 10001011 10111101 0 11111 110 10101 100111000 100100 1000011

Color Harmonies of #C98BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C98BBD

Black with #C98BBD

Text Example


Text Example

White with #C98BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C98BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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