Html Css Color HEX #C189D2 Wisteria

📋 copy color: '#C189D2'

red 193 ◦ green 137 ◦ blue 210

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

Shades of Wisteria #C189D2

Tints of Wisteria #C189D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 35.74%
G = 25.37%
B = 38.89%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C189D2 (or 0xC189D2) is known color: Wisteria. HEX triplet: C1, 89 and D2. RGB value is (193,137,210). Sum of RGB (Red+Green+Blue) = 193+137+210=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 137 (53.91% from 255 or 25.37% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 210 - color contains mainly: blue. Hex color #C189D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189D2 is #3E762D. Grayscale: #A1A1A1. Windows color (decimal): -4093486 or 13797825. OLE color: 13797825.

HSL color Cylindrical-coordinate representation of color #C189D2: hue angle of 286.03º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C189D2 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 137 210 -
CMYK 0.08 0.35 0 0.18
HSL 286.03º 0.45% 0.68% -
HSV(B) 286.03º 0.35% 0.82% -
XYZ 42.57 33.88 65.27 -
YUV 162.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 193 137 210 0.08 0.35 0 0.18 286.03 0.45 0.68
Hex C1 89 D2 8 23 0 12 11E 2D 44
Octal 301 211 322 10 43 0 22 436 55 104
Binary 11000001 10001001 11010010 1000 100011 0 10010 100011110 101101 1000100

Color Harmonies of #C189D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C189D2

Black with #C189D2

Text Example


Text Example

White with #C189D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C189D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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