Html Css Color HEX #C68BB6 Lily

📋 copy color: '#C68BB6'

red 198 ◦ green 139 ◦ blue 182

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

Shades of Lily #C68BB6

Tints of Lily #C68BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.07%

R = 38.15%
G = 26.78%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C68BB6 (or 0xC68BB6) is known color: Lily. HEX triplet: C6, 8B and B6. RGB value is (198,139,182). Sum of RGB (Red+Green+Blue) = 198+139+182=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68BB6 is #397449. Grayscale: #A1A1A1. Windows color (decimal): -3765322 or 11963334. OLE color: 11963334.

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

Color convert

RGB 198 139 182 -
CMYK 0 0.30 0.08 0.22
HSL 316.27º 0.34% 0.66% -
HSV(B) 316.27º 0.3% 0.78% -
XYZ 40.96 33.85 48.63 -
YUV 161.54 139.55 154 -
System Red Green Blue C M Y K H S L
Decimal 198 139 182 0 0.30 0.08 0.22 316.27 0.34 0.66
Hex C6 8B B6 0 1E 8 16 13C 22 42
Octal 306 213 266 0 36 10 26 474 42 102
Binary 11000110 10001011 10110110 0 11110 1000 10110 100111100 100010 1000010

Color Harmonies of #C68BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BB6

Black with #C68BB6

Text Example


Text Example

White with #C68BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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