Html Css Color HEX #C693B3 Lily

📋 copy color: '#C693B3'

red 198 ◦ green 147 ◦ blue 179

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

Shades of Lily #C693B3

Tints of Lily #C693B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.16%

R = 37.79%
G = 28.05%
B = 34.16%

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

#C693B3 (or 0xC693B3) is known color: Lily. HEX triplet: C6, 93 and B3. RGB value is (198,147,179). Sum of RGB (Red+Green+Blue) = 198+147+179=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 198 - color contains mainly: red. Hex color #C693B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C693B3 is #396C4C. Grayscale: #A5A5A5. Windows color (decimal): -3763277 or 11768774. OLE color: 11768774.

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

Color convert

RGB 198 147 179 -
CMYK 0 0.26 0.10 0.22
HSL 322.35º 0.31% 0.68% -
HSV(B) 322.35º 0.26% 0.78% -
XYZ 41.86 36.13 47.41 -
YUV 165.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 198 147 179 0 0.26 0.10 0.22 322.35 0.31 0.68
Hex C6 93 B3 0 1A A 16 142 1F 44
Octal 306 223 263 0 32 12 26 502 37 104
Binary 11000110 10010011 10110011 0 11010 1010 10110 101000010 11111 1000100

Color Harmonies of #C693B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693B3

Black with #C693B3

Text Example


Text Example

White with #C693B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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