Html Css Color HEX #C68CBB Lily

📋 copy color: '#C68CBB'

red 198 ◦ green 140 ◦ blue 187

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

Shades of Lily #C68CBB

Tints of Lily #C68CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 37.71%
G = 26.67%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C68CBB (or 0xC68CBB) is known color: Lily. HEX triplet: C6, 8C and BB. RGB value is (198,140,187). Sum of RGB (Red+Green+Blue) = 198+140+187=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CBB is #397344. Grayscale: #A2A2A2. Windows color (decimal): -3765061 or 12291270. OLE color: 12291270.

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

Color convert

RGB 198 140 187 -
CMYK 0 0.29 0.06 0.22
HSL 311.38º 0.34% 0.66% -
HSV(B) 311.38º 0.29% 0.78% -
XYZ 41.64 34.35 51.45 -
YUV 162.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 198 140 187 0 0.29 0.06 0.22 311.38 0.34 0.66
Hex C6 8C BB 0 1D 6 16 137 22 42
Octal 306 214 273 0 35 6 26 467 42 102
Binary 11000110 10001100 10111011 0 11101 110 10110 100110111 100010 1000010

Color Harmonies of #C68CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CBB

Black with #C68CBB

Text Example


Text Example

White with #C68CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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