Html Css Color HEX #C68BAD Lily

📋 copy color: '#C68BAD'

red 198 ◦ green 139 ◦ blue 173

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

Shades of Lily #C68BAD

Tints of Lily #C68BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.92%

R = 38.82%
G = 27.25%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C68BAD (or 0xC68BAD) is known color: Lily. HEX triplet: C6, 8B and AD. RGB value is (198,139,173). Sum of RGB (Red+Green+Blue) = 198+139+173=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BAD is #397452. Grayscale: #A0A0A0. Windows color (decimal): -3765331 or 11373510. OLE color: 11373510.

HSL color Cylindrical-coordinate representation of color #C68BAD: hue angle of 325.42º 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 #C68BAD is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 139 173 -
CMYK 0 0.30 0.13 0.22
HSL 325.42º 0.34% 0.66% -
HSV(B) 325.42º 0.3% 0.78% -
XYZ 40.06 33.49 43.89 -
YUV 160.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 198 139 173 0 0.30 0.13 0.22 325.42 0.34 0.66
Hex C6 8B AD 0 1E D 16 145 22 42
Octal 306 213 255 0 36 15 26 505 42 102
Binary 11000110 10001011 10101101 0 11110 1101 10110 101000101 100010 1000010

Color Harmonies of #C68BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BAD

Black with #C68BAD

Text Example


Text Example

White with #C68BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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