Html Css Color HEX #C199DC Wisteria

📋 copy color: '#C199DC'

red 193 ◦ green 153 ◦ blue 220

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

Shades of Wisteria #C199DC

Tints of Wisteria #C199DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 34.1%
G = 27.03%
B = 38.87%

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

#C199DC (or 0xC199DC) is known color: Wisteria. HEX triplet: C1, 99 and DC. RGB value is (193,153,220). Sum of RGB (Red+Green+Blue) = 193+153+220=566 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.10% from 566); Green value is 153 (60.16% from 255 or 27.03% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #C199DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199DC is #3E6623. Grayscale: #ACACAC. Windows color (decimal): -4089380 or 14457281. OLE color: 14457281.

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

Color convert

RGB 193 153 220 -
CMYK 0.12 0.30 0 0.14
HSL 275.82º 0.49% 0.73% -
HSV(B) 275.82º 0.3% 0.86% -
XYZ 46.3 39.29 72.85 -
YUV 172.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 193 153 220 0.12 0.30 0 0.14 275.82 0.49 0.73
Hex C1 99 DC C 1E 0 E 114 31 49
Octal 301 231 334 14 36 0 16 424 61 111
Binary 11000001 10011001 11011100 1100 11110 0 1110 100010100 110001 1001001

Color Harmonies of #C199DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C199DC

Black with #C199DC

Text Example


Text Example

White with #C199DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C199DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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