Html Css Color HEX #C97DB4 Lily

📋 copy color: '#C97DB4'

red 201 ◦ green 125 ◦ blue 180

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

Shades of Lily #C97DB4

Tints of Lily #C97DB4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.7%

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

R = 39.72%
G = 24.7%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C97DB4 (or 0xC97DB4) is known color: Lily. HEX triplet: C9, 7D and B4. RGB value is (201,125,180). Sum of RGB (Red+Green+Blue) = 201+125+180=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 201 - color contains mainly: red. Hex color #C97DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DB4 is #36824B. Grayscale: #999999. Windows color (decimal): -3572300 or 11828681. OLE color: 11828681.

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

Color convert

RGB 201 125 180 -
CMYK 0 0.38 0.10 0.21
HSL 316.58º 0.41% 0.64% -
HSV(B) 316.58º 0.38% 0.79% -
XYZ 39.66 30.38 46.95 -
YUV 153.99 142.68 161.53 -
System Red Green Blue C M Y K H S L
Decimal 201 125 180 0 0.38 0.10 0.21 316.58 0.41 0.64
Hex C9 7D B4 0 26 A 15 13D 29 40
Octal 311 175 264 0 46 12 25 475 51 100
Binary 11001001 1111101 10110100 0 100110 1010 10101 100111101 101001 1000000

Color Harmonies of #C97DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DB4

Black with #C97DB4

Text Example


Text Example

White with #C97DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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