Html Css Color HEX #C69EB2 Lily

📋 copy color: '#C69EB2'

red 198 ◦ green 158 ◦ blue 178

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

Shades of Lily #C69EB2

Tints of Lily #C69EB2

RGB

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

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

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

R = 37.08%
G = 29.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C69EB2 (or 0xC69EB2) is known color: Lily. HEX triplet: C6, 9E and B2. RGB value is (198,158,178). Sum of RGB (Red+Green+Blue) = 198+158+178=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69EB2 is #39614D. Grayscale: #ACACAC. Windows color (decimal): -3760462 or 11706054. OLE color: 11706054.

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

Color convert

RGB 198 158 178 -
CMYK 0 0.20 0.10 0.22
HSL 330º 0.26% 0.7% -
HSV(B) 330º 0.2% 0.78% -
XYZ 43.55 39.67 47.48 -
YUV 172.24 131.25 146.37 -
System Red Green Blue C M Y K H S L
Decimal 198 158 178 0 0.20 0.10 0.22 330 0.26 0.7
Hex C6 9E B2 0 14 A 16 14A 1A 46
Octal 306 236 262 0 24 12 26 512 32 106
Binary 11000110 10011110 10110010 0 10100 1010 10110 101001010 11010 1000110

Color Harmonies of #C69EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69EB2

Black with #C69EB2

Text Example


Text Example

White with #C69EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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