Html Css Color HEX #C68CB7 Lily

📋 copy color: '#C68CB7'

red 198 ◦ green 140 ◦ blue 183

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

Shades of Lily #C68CB7

Tints of Lily #C68CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.12%

R = 38%
G = 26.87%
B = 35.12%

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

#C68CB7 (or 0xC68CB7) is known color: Lily. HEX triplet: C6, 8C and B7. RGB value is (198,140,183). Sum of RGB (Red+Green+Blue) = 198+140+183=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68CB7 is #397348. Grayscale: #A2A2A2. Windows color (decimal): -3765065 or 12029126. OLE color: 12029126.

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

Color convert

RGB 198 140 183 -
CMYK 0 0.29 0.08 0.22
HSL 315.52º 0.34% 0.66% -
HSV(B) 315.52º 0.29% 0.78% -
XYZ 41.21 34.18 49.23 -
YUV 162.24 139.72 153.5 -
System Red Green Blue C M Y K H S L
Decimal 198 140 183 0 0.29 0.08 0.22 315.52 0.34 0.66
Hex C6 8C B7 0 1D 8 16 13C 22 42
Octal 306 214 267 0 35 10 26 474 42 102
Binary 11000110 10001100 10110111 0 11101 1000 10110 100111100 100010 1000010

Color Harmonies of #C68CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CB7

Black with #C68CB7

Text Example


Text Example

White with #C68CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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