Html Css Color HEX #C69DB2 Lily

📋 copy color: '#C69DB2'

red 198 ◦ green 157 ◦ blue 178

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

Shades of Lily #C69DB2

Tints of Lily #C69DB2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.46%

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

R = 37.15%
G = 29.46%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C69DB2 (or 0xC69DB2) is known color: Lily. HEX triplet: C6, 9D and B2. RGB value is (198,157,178). Sum of RGB (Red+Green+Blue) = 198+157+178=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69DB2 is #39624D. Grayscale: #ABABAB. Windows color (decimal): -3760718 or 11705798. OLE color: 11705798.

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

Color convert

RGB 198 157 178 -
CMYK 0 0.21 0.10 0.22
HSL 329.27º 0.26% 0.7% -
HSV(B) 329.27º 0.21% 0.78% -
XYZ 43.38 39.33 47.43 -
YUV 171.65 131.58 146.79 -
System Red Green Blue C M Y K H S L
Decimal 198 157 178 0 0.21 0.10 0.22 329.27 0.26 0.7
Hex C6 9D B2 0 15 A 16 149 1A 46
Octal 306 235 262 0 25 12 26 511 32 106
Binary 11000110 10011101 10110010 0 10101 1010 10110 101001001 11010 1000110

Color Harmonies of #C69DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DB2

Black with #C69DB2

Text Example


Text Example

White with #C69DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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