Html Css Color HEX #C69FBC Lily

📋 copy color: '#C69FBC'

red 198 ◦ green 159 ◦ blue 188

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

Shades of Lily #C69FBC

Tints of Lily #C69FBC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

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

R = 36.33%
G = 29.17%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C69FBC (or 0xC69FBC) is known color: Lily. HEX triplet: C6, 9F and BC. RGB value is (198,159,188). Sum of RGB (Red+Green+Blue) = 198+159+188=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 198 - color contains mainly: red. Hex color #C69FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69FBC is #396043. Grayscale: #ADADAD. Windows color (decimal): -3760196 or 12361670. OLE color: 12361670.

HSL color Cylindrical-coordinate representation of color #C69FBC: hue angle of 315.38º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69FBC is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 159 188 -
CMYK 0 0.20 0.05 0.22
HSL 315.38º 0.25% 0.7% -
HSV(B) 315.38º 0.2% 0.78% -
XYZ 44.76 40.43 53.02 -
YUV 173.97 135.92 145.14 -
System Red Green Blue C M Y K H S L
Decimal 198 159 188 0 0.20 0.05 0.22 315.38 0.25 0.7
Hex C6 9F BC 0 14 5 16 13B 19 46
Octal 306 237 274 0 24 5 26 473 31 106
Binary 11000110 10011111 10111100 0 10100 101 10110 100111011 11001 1000110

Color Harmonies of #C69FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69FBC

Black with #C69FBC

Text Example


Text Example

White with #C69FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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