Html Css Color HEX #C693B2 Lily

📋 copy color: '#C693B2'

red 198 ◦ green 147 ◦ blue 178

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

Shades of Lily #C693B2

Tints of Lily #C693B2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.11%

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

R = 37.86%
G = 28.11%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C693B2 (or 0xC693B2) is known color: Lily. HEX triplet: C6, 93 and B2. RGB value is (198,147,178). Sum of RGB (Red+Green+Blue) = 198+147+178=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C693B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693B2 is #396C4D. Grayscale: #A5A5A5. Windows color (decimal): -3763278 or 11703238. OLE color: 11703238.

HSL color Cylindrical-coordinate representation of color #C693B2: hue angle of 323.53º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C693B2 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 147 178 -
CMYK 0 0.26 0.10 0.22
HSL 323.53º 0.31% 0.68% -
HSV(B) 323.53º 0.26% 0.78% -
XYZ 41.76 36.09 46.88 -
YUV 165.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 198 147 178 0 0.26 0.10 0.22 323.53 0.31 0.68
Hex C6 93 B2 0 1A A 16 144 1F 44
Octal 306 223 262 0 32 12 26 504 37 104
Binary 11000110 10010011 10110010 0 11010 1010 10110 101000100 11111 1000100

Color Harmonies of #C693B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693B2

Black with #C693B2

Text Example


Text Example

White with #C693B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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