Html Css Color HEX #C189DD Wisteria

📋 copy color: '#C189DD'

red 193 ◦ green 137 ◦ blue 221

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

Shades of Wisteria #C189DD

Tints of Wisteria #C189DD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.86%

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

R = 35.03%
G = 24.86%
B = 40.11%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C189DD (or 0xC189DD) is known color: Wisteria. HEX triplet: C1, 89 and DD. RGB value is (193,137,221). Sum of RGB (Red+Green+Blue) = 193+137+221=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #C189DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189DD is #3E7622. Grayscale: #A3A3A3. Windows color (decimal): -4093475 or 14518721. OLE color: 14518721.

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

Color convert

RGB 193 137 221 -
CMYK 0.13 0.38 0 0.13
HSL 280º 0.55% 0.7% -
HSV(B) 280º 0.38% 0.87% -
XYZ 43.99 34.45 72.74 -
YUV 163.32 160.55 149.17 -
System Red Green Blue C M Y K H S L
Decimal 193 137 221 0.13 0.38 0 0.13 280 0.55 0.7
Hex C1 89 DD D 26 0 D 118 37 46
Octal 301 211 335 15 46 0 15 430 67 106
Binary 11000001 10001001 11011101 1101 100110 0 1101 100011000 110111 1000110

Color Harmonies of #C189DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C189DD

Black with #C189DD

Text Example


Text Example

White with #C189DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C189DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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