Html Css Color HEX #C68DB0 Lily

📋 copy color: '#C68DB0'

red 198 ◦ green 141 ◦ blue 176

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

Shades of Lily #C68DB0

Tints of Lily #C68DB0

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.38%

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 38.45%
G = 27.38%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C68DB0 (or 0xC68DB0) is known color: Lily. HEX triplet: C6, 8D and B0. RGB value is (198,141,176). Sum of RGB (Red+Green+Blue) = 198+141+176=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DB0 is #39724F. Grayscale: #A1A1A1. Windows color (decimal): -3764816 or 11570630. OLE color: 11570630.

HSL color Cylindrical-coordinate representation of color #C68DB0: hue angle of 323.16º degrees, saturation: 0.33, 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 #C68DB0 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 141 176 -
CMYK 0 0.29 0.11 0.22
HSL 323.16º 0.33% 0.66% -
HSV(B) 323.16º 0.29% 0.78% -
XYZ 40.65 34.19 45.53 -
YUV 162.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 198 141 176 0 0.29 0.11 0.22 323.16 0.33 0.66
Hex C6 8D B0 0 1D B 16 143 21 42
Octal 306 215 260 0 35 13 26 503 41 102
Binary 11000110 10001101 10110000 0 11101 1011 10110 101000011 100001 1000010

Color Harmonies of #C68DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DB0

Black with #C68DB0

Text Example


Text Example

White with #C68DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DB0; }

 p { color: rgb(198,141,176); }

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

background-color css

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

 a { background-color: rgb(198,141,176); }

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

border-color css

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

 span { border-color: rgb(198,141,176); }

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