Html Css Color HEX #C97FB4 Lily

📋 copy color: '#C97FB4'

red 201 ◦ green 127 ◦ blue 180

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

Shades of Lily #C97FB4

Tints of Lily #C97FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 25%

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

R = 39.57%
G = 25%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C97FB4 (or 0xC97FB4) is known color: Lily. HEX triplet: C9, 7F and B4. RGB value is (201,127,180). Sum of RGB (Red+Green+Blue) = 201+127+180=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 201 - color contains mainly: red. Hex color #C97FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97FB4 is #36804B. Grayscale: #9B9B9B. Windows color (decimal): -3571788 or 11829193. OLE color: 11829193.

HSL color Cylindrical-coordinate representation of color #C97FB4: hue angle of 317.03º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C97FB4 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 127 180 -
CMYK 0 0.37 0.10 0.21
HSL 317.03º 0.41% 0.64% -
HSV(B) 317.03º 0.37% 0.79% -
XYZ 39.91 30.89 47.04 -
YUV 155.17 142.02 160.69 -
System Red Green Blue C M Y K H S L
Decimal 201 127 180 0 0.37 0.10 0.21 317.03 0.41 0.64
Hex C9 7F B4 0 25 A 15 13D 29 40
Octal 311 177 264 0 45 12 25 475 51 100
Binary 11001001 1111111 10110100 0 100101 1010 10101 100111101 101001 1000000

Color Harmonies of #C97FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FB4

Black with #C97FB4

Text Example


Text Example

White with #C97FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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