Html Css Color HEX #C189D9 Wisteria

📋 copy color: '#C189D9'

red 193 ◦ green 137 ◦ blue 217

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

Shades of Wisteria #C189D9

Tints of Wisteria #C189D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.67%

R = 35.28%
G = 25.05%
B = 39.67%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C189D9 (or 0xC189D9) is known color: Wisteria. HEX triplet: C1, 89 and D9. RGB value is (193,137,217). Sum of RGB (Red+Green+Blue) = 193+137+217=547 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.28% from 547); Green value is 137 (53.91% from 255 or 25.05% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 217 - color contains mainly: blue. Hex color #C189D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189D9 is #3E7626. Grayscale: #A2A2A2. Windows color (decimal): -4093479 or 14256577. OLE color: 14256577.

HSL color Cylindrical-coordinate representation of color #C189D9: hue angle of 282º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C189D9 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 137 217 -
CMYK 0.11 0.37 0 0.15
HSL 282º 0.51% 0.69% -
HSV(B) 282º 0.37% 0.85% -
XYZ 43.46 34.24 69.96 -
YUV 162.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 193 137 217 0.11 0.37 0 0.15 282 0.51 0.69
Hex C1 89 D9 B 25 0 F 11A 33 45
Octal 301 211 331 13 45 0 17 432 63 105
Binary 11000001 10001001 11011001 1011 100101 0 1111 100011010 110011 1000101

Color Harmonies of #C189D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C189D9

Black with #C189D9

Text Example


Text Example

White with #C189D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C189D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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