Html Css Color HEX #C68CB6 Lily

📋 copy color: '#C68CB6'

red 198 ◦ green 140 ◦ blue 182

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

Shades of Lily #C68CB6

Tints of Lily #C68CB6

RGB

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

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

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

R = 38.08%
G = 26.92%
B = 35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C68CB6 (or 0xC68CB6) is known color: Lily. HEX triplet: C6, 8C and B6. RGB value is (198,140,182). Sum of RGB (Red+Green+Blue) = 198+140+182=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CB6 is #397349. Grayscale: #A2A2A2. Windows color (decimal): -3765066 or 11963590. OLE color: 11963590.

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

Color convert

RGB 198 140 182 -
CMYK 0 0.29 0.08 0.22
HSL 316.55º 0.34% 0.66% -
HSV(B) 316.55º 0.29% 0.78% -
XYZ 41.11 34.14 48.68 -
YUV 162.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 198 140 182 0 0.29 0.08 0.22 316.55 0.34 0.66
Hex C6 8C B6 0 1D 8 16 13D 22 42
Octal 306 214 266 0 35 10 26 475 42 102
Binary 11000110 10001100 10110110 0 11101 1000 10110 100111101 100010 1000010

Color Harmonies of #C68CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CB6

Black with #C68CB6

Text Example


Text Example

White with #C68CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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