Html Css Color HEX #C68FBC Lily

📋 copy color: '#C68FBC'

red 198 ◦ green 143 ◦ blue 188

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

Shades of Lily #C68FBC

Tints of Lily #C68FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.03%

 BLUE value IS 188 (73.83% from 255) = 35.54%

R = 37.43%
G = 27.03%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C68FBC (or 0xC68FBC) is known color: Lily. HEX triplet: C6, 8F and BC. RGB value is (198,143,188). Sum of RGB (Red+Green+Blue) = 198+143+188=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 143 (56.25% from 255 or 27.03% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FBC is #397043. Grayscale: #A4A4A4. Windows color (decimal): -3764292 or 12357574. OLE color: 12357574.

HSL color Cylindrical-coordinate representation of color #C68FBC: hue angle of 310.91º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68FBC is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 143 188 -
CMYK 0 0.28 0.05 0.22
HSL 310.91º 0.33% 0.67% -
HSV(B) 310.91º 0.28% 0.78% -
XYZ 42.19 35.28 52.16 -
YUV 164.58 141.22 151.84 -
System Red Green Blue C M Y K H S L
Decimal 198 143 188 0 0.28 0.05 0.22 310.91 0.33 0.67
Hex C6 8F BC 0 1C 5 16 137 21 43
Octal 306 217 274 0 34 5 26 467 41 103
Binary 11000110 10001111 10111100 0 11100 101 10110 100110111 100001 1000011

Color Harmonies of #C68FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FBC

Black with #C68FBC

Text Example


Text Example

White with #C68FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FBC; }

 p { color: rgb(198,143,188); }

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

background-color css

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

 a { background-color: rgb(198,143,188); }

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

border-color css

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

 span { border-color: rgb(198,143,188); }

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