Html Css Color HEX #CC97BD Lily

📋 copy color: '#CC97BD'

red 204 ◦ green 151 ◦ blue 189

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

Shades of Lily #CC97BD

Tints of Lily #CC97BD

RGB

 RED value IS 204 (80.08% from 255) = 37.5%

 GREEN value IS 151 (59.38% from 255) = 27.76%

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

R = 37.5%
G = 27.76%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC97BD (or 0xCC97BD) is known color: Lily. HEX triplet: CC, 97 and BD. RGB value is (204,151,189). Sum of RGB (Red+Green+Blue) = 204+151+189=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 151 (59.38% from 255 or 27.76% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CC97BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC97BD is #336842. Grayscale: #ABABAB. Windows color (decimal): -3369027 or 12425164. OLE color: 12425164.

HSL color Cylindrical-coordinate representation of color #CC97BD: hue angle of 316.98º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CC97BD is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 151 189 -
CMYK 0 0.26 0.07 0.2
HSL 316.98º 0.34% 0.7% -
HSV(B) 316.98º 0.26% 0.8% -
XYZ 45.15 38.64 53.22 -
YUV 171.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 204 151 189 0 0.26 0.07 0.2 316.98 0.34 0.7
Hex CC 97 BD 0 1A 7 14 13D 22 46
Octal 314 227 275 0 32 7 24 475 42 106
Binary 11001100 10010111 10111101 0 11010 111 10100 100111101 100010 1000110

Color Harmonies of #CC97BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC97BD

Black with #CC97BD

Text Example


Text Example

White with #CC97BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC97BD; }

 p { color: rgb(204,151,189); }

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

background-color css

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

 a { background-color: rgb(204,151,189); }

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

border-color css

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

 span { border-color: rgb(204,151,189); }

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