Html Css Color HEX #C68CB2 Lily

📋 copy color: '#C68CB2'

red 198 ◦ green 140 ◦ blue 178

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

Shades of Lily #C68CB2

Tints of Lily #C68CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.5%

R = 38.37%
G = 27.13%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C68CB2 (or 0xC68CB2) is known color: Lily. HEX triplet: C6, 8C and B2. RGB value is (198,140,178). Sum of RGB (Red+Green+Blue) = 198+140+178=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 178 (69.92% from 255 or 34.50% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CB2 is #39734D. Grayscale: #A1A1A1. Windows color (decimal): -3765070 or 11701446. OLE color: 11701446.

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

Color convert

RGB 198 140 178 -
CMYK 0 0.29 0.10 0.22
HSL 320.69º 0.34% 0.66% -
HSV(B) 320.69º 0.29% 0.78% -
XYZ 40.7 33.98 46.53 -
YUV 161.67 137.22 153.91 -
System Red Green Blue C M Y K H S L
Decimal 198 140 178 0 0.29 0.10 0.22 320.69 0.34 0.66
Hex C6 8C B2 0 1D A 16 141 22 42
Octal 306 214 262 0 35 12 26 501 42 102
Binary 11000110 10001100 10110010 0 11101 1010 10110 101000001 100010 1000010

Color Harmonies of #C68CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CB2

Black with #C68CB2

Text Example


Text Example

White with #C68CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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