Html Css Color HEX #C199DB Wisteria

📋 copy color: '#C199DB'

red 193 ◦ green 153 ◦ blue 219

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

Shades of Wisteria #C199DB

Tints of Wisteria #C199DB

RGB

 RED value IS 193 (75.78% from 255) = 34.16%

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

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

R = 34.16%
G = 27.08%
B = 38.76%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C199DB (or 0xC199DB) is known color: Wisteria. HEX triplet: C1, 99 and DB. RGB value is (193,153,219). Sum of RGB (Red+Green+Blue) = 193+153+219=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #C199DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199DB is #3E6624. Grayscale: #ACACAC. Windows color (decimal): -4089381 or 14391745. OLE color: 14391745.

HSL color Cylindrical-coordinate representation of color #C199DB: hue angle of 276.36º 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 #C199DB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 153 219 -
CMYK 0.12 0.30 0 0.14
HSL 276.36º 0.48% 0.73% -
HSV(B) 276.36º 0.3% 0.86% -
XYZ 46.17 39.23 72.16 -
YUV 172.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 193 153 219 0.12 0.30 0 0.14 276.36 0.48 0.73
Hex C1 99 DB C 1E 0 E 114 30 49
Octal 301 231 333 14 36 0 16 424 60 111
Binary 11000001 10011001 11011011 1100 11110 0 1110 100010100 110000 1001001

Color Harmonies of #C199DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C199DB

Black with #C199DB

Text Example


Text Example

White with #C199DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C199DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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