Html Css Color HEX #C68CAF Lily

📋 copy color: '#C68CAF'

red 198 ◦ green 140 ◦ blue 175

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

Shades of Lily #C68CAF

Tints of Lily #C68CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.29%

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

R = 38.6%
G = 27.29%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C68CAF (or 0xC68CAF) is known color: Lily. HEX triplet: C6, 8C and AF. RGB value is (198,140,175). Sum of RGB (Red+Green+Blue) = 198+140+175=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CAF is #397350. Grayscale: #A1A1A1. Windows color (decimal): -3765073 or 11504838. OLE color: 11504838.

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

Color convert

RGB 198 140 175 -
CMYK 0 0.29 0.12 0.22
HSL 323.79º 0.34% 0.66% -
HSV(B) 323.79º 0.29% 0.78% -
XYZ 40.4 33.86 44.96 -
YUV 161.33 135.72 154.15 -
System Red Green Blue C M Y K H S L
Decimal 198 140 175 0 0.29 0.12 0.22 323.79 0.34 0.66
Hex C6 8C AF 0 1D C 16 144 22 42
Octal 306 214 257 0 35 14 26 504 42 102
Binary 11000110 10001100 10101111 0 11101 1100 10110 101000100 100010 1000010

Color Harmonies of #C68CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CAF

Black with #C68CAF

Text Example


Text Example

White with #C68CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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