Html Css Color HEX #C69EB0 Lily

📋 copy color: '#C69EB0'

red 198 ◦ green 158 ◦ blue 176

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

Shades of Lily #C69EB0

Tints of Lily #C69EB0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 176 (69.14% from 255) = 33.08%

R = 37.22%
G = 29.7%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C69EB0 (or 0xC69EB0) is known color: Lily. HEX triplet: C6, 9E and B0. RGB value is (198,158,176). Sum of RGB (Red+Green+Blue) = 198+158+176=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69EB0 is #39614F. Grayscale: #ABABAB. Windows color (decimal): -3760464 or 11574982. OLE color: 11574982.

HSL color Cylindrical-coordinate representation of color #C69EB0: hue angle of 333º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69EB0 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 158 176 -
CMYK 0 0.20 0.11 0.22
HSL 333º 0.26% 0.7% -
HSV(B) 333º 0.2% 0.78% -
XYZ 43.35 39.59 46.43 -
YUV 172.01 130.25 146.54 -
System Red Green Blue C M Y K H S L
Decimal 198 158 176 0 0.20 0.11 0.22 333 0.26 0.7
Hex C6 9E B0 0 14 B 16 14D 1A 46
Octal 306 236 260 0 24 13 26 515 32 106
Binary 11000110 10011110 10110000 0 10100 1011 10110 101001101 11010 1000110

Color Harmonies of #C69EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69EB0

Black with #C69EB0

Text Example


Text Example

White with #C69EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69EB0; }

 p { color: rgb(198,158,176); }

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

background-color css

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

 a { background-color: rgb(198,158,176); }

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

border-color css

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

 span { border-color: rgb(198,158,176); }

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