Html Css Color HEX #C199DD Wisteria

📋 copy color: '#C199DD'

red 193 ◦ green 153 ◦ blue 221

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

Shades of Wisteria #C199DD

Tints of Wisteria #C199DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 34.04%
G = 26.98%
B = 38.98%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C199DD (or 0xC199DD) is known color: Wisteria. HEX triplet: C1, 99 and DD. RGB value is (193,153,221). Sum of RGB (Red+Green+Blue) = 193+153+221=567 (75% of max value = 765). Red value is 193 (75.78% from 255 or 34.04% from 567); Green value is 153 (60.16% from 255 or 26.98% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C199DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199DD is #3E6622. Grayscale: #ACACAC. Windows color (decimal): -4089379 or 14522817. OLE color: 14522817.

HSL color Cylindrical-coordinate representation of color #C199DD: hue angle of 275.29º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C199DD is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 153 221 -
CMYK 0.13 0.31 0 0.13
HSL 275.29º 0.5% 0.73% -
HSV(B) 275.29º 0.31% 0.87% -
XYZ 46.43 39.34 73.55 -
YUV 172.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 193 153 221 0.13 0.31 0 0.13 275.29 0.5 0.73
Hex C1 99 DD D 1F 0 D 113 32 49
Octal 301 231 335 15 37 0 15 423 62 111
Binary 11000001 10011001 11011101 1101 11111 0 1101 100010011 110010 1001001

Color Harmonies of #C199DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C199DD

Black with #C199DD

Text Example


Text Example

White with #C199DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C199DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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