Html Css Color HEX #C697BC Lily

📋 copy color: '#C697BC'

red 198 ◦ green 151 ◦ blue 188

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

Shades of Lily #C697BC

Tints of Lily #C697BC

RGB

 RED value IS 198 (77.73% from 255) = 36.87%

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

 BLUE value IS 188 (73.83% from 255) = 35.01%

R = 36.87%
G = 28.12%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C697BC (or 0xC697BC) is known color: Lily. HEX triplet: C6, 97 and BC. RGB value is (198,151,188). Sum of RGB (Red+Green+Blue) = 198+151+188=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 151 (59.38% from 255 or 28.12% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 198 - color contains mainly: red. Hex color #C697BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C697BC is #396843. Grayscale: #A9A9A9. Windows color (decimal): -3762244 or 12359622. OLE color: 12359622.

HSL color Cylindrical-coordinate representation of color #C697BC: hue angle of 312.77º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C697BC is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 151 188 -
CMYK 0 0.24 0.05 0.22
HSL 312.77º 0.29% 0.68% -
HSV(B) 312.77º 0.24% 0.78% -
XYZ 43.43 37.77 52.58 -
YUV 169.27 138.57 148.49 -
System Red Green Blue C M Y K H S L
Decimal 198 151 188 0 0.24 0.05 0.22 312.77 0.29 0.68
Hex C6 97 BC 0 18 5 16 139 1D 44
Octal 306 227 274 0 30 5 26 471 35 104
Binary 11000110 10010111 10111100 0 11000 101 10110 100111001 11101 1000100

Color Harmonies of #C697BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C697BC

Black with #C697BC

Text Example


Text Example

White with #C697BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C697BC; }

 p { color: rgb(198,151,188); }

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

background-color css

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

 a { background-color: rgb(198,151,188); }

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

border-color css

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

 span { border-color: rgb(198,151,188); }

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