Html Css Color HEX #C699DB Wisteria

📋 copy color: '#C699DB'

red 198 ◦ green 153 ◦ blue 219

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

Shades of Wisteria #C699DB

Tints of Wisteria #C699DB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.84%

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 34.74%
G = 26.84%
B = 38.42%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C699DB (or 0xC699DB) is known color: Wisteria. HEX triplet: C6, 99 and DB. RGB value is (198,153,219). Sum of RGB (Red+Green+Blue) = 198+153+219=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #C699DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699DB is #396624. Grayscale: #ADADAD. Windows color (decimal): -3761701 or 14391750. OLE color: 14391750.

HSL color Cylindrical-coordinate representation of color #C699DB: hue angle of 280.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C699DB is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 153 219 -
CMYK 0.10 0.30 0 0.14
HSL 280.91º 0.48% 0.73% -
HSV(B) 280.91º 0.3% 0.86% -
XYZ 47.47 39.9 72.22 -
YUV 173.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 198 153 219 0.10 0.30 0 0.14 280.91 0.48 0.73
Hex C6 99 DB A 1E 0 E 119 30 49
Octal 306 231 333 12 36 0 16 431 60 111
Binary 11000110 10011001 11011011 1010 11110 0 1110 100011001 110000 1001001

Color Harmonies of #C699DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C699DB

Black with #C699DB

Text Example


Text Example

White with #C699DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C699DB; }

 p { color: rgb(198,153,219); }

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

background-color css

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

 a { background-color: rgb(198,153,219); }

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

border-color css

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

 span { border-color: rgb(198,153,219); }

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