Html Css Color HEX #C68BAF Lily

📋 copy color: '#C68BAF'

red 198 ◦ green 139 ◦ blue 175

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

Shades of Lily #C68BAF

Tints of Lily #C68BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.15%

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 38.67%
G = 27.15%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C68BAF (or 0xC68BAF) is known color: Lily. HEX triplet: C6, 8B and AF. RGB value is (198,139,175). Sum of RGB (Red+Green+Blue) = 198+139+175=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BAF is #397450. Grayscale: #A0A0A0. Windows color (decimal): -3765329 or 11504582. OLE color: 11504582.

HSL color Cylindrical-coordinate representation of color #C68BAF: hue angle of 323.39º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68BAF is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 139 175 -
CMYK 0 0.30 0.12 0.22
HSL 323.39º 0.34% 0.66% -
HSV(B) 323.39º 0.3% 0.78% -
XYZ 40.26 33.57 44.91 -
YUV 160.75 136.05 154.57 -
System Red Green Blue C M Y K H S L
Decimal 198 139 175 0 0.30 0.12 0.22 323.39 0.34 0.66
Hex C6 8B AF 0 1E C 16 143 22 42
Octal 306 213 257 0 36 14 26 503 42 102
Binary 11000110 10001011 10101111 0 11110 1100 10110 101000011 100010 1000010

Color Harmonies of #C68BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BAF

Black with #C68BAF

Text Example


Text Example

White with #C68BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BAF; }

 p { color: rgb(198,139,175); }

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

background-color css

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

 a { background-color: rgb(198,139,175); }

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

border-color css

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

 span { border-color: rgb(198,139,175); }

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