Html Css Color HEX #C189CE Wisteria

📋 copy color: '#C189CE'

red 193 ◦ green 137 ◦ blue 206

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

Shades of Wisteria #C189CE

Tints of Wisteria #C189CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 36.01%
G = 25.56%
B = 38.43%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C189CE (or 0xC189CE) is known color: Wisteria. HEX triplet: C1, 89 and CE. RGB value is (193,137,206). Sum of RGB (Red+Green+Blue) = 193+137+206=536 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.01% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 206 - color contains mainly: blue. Hex color #C189CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189CE is #3E7631. Grayscale: #A1A1A1. Windows color (decimal): -4093490 or 13535681. OLE color: 13535681.

HSL color Cylindrical-coordinate representation of color #C189CE: hue angle of 288.7º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C189CE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 137 206 -
CMYK 0.06 0.33 0 0.19
HSL 288.7º 0.41% 0.67% -
HSV(B) 288.7º 0.33% 0.81% -
XYZ 42.08 33.69 62.68 -
YUV 161.61 153.05 150.39 -
System Red Green Blue C M Y K H S L
Decimal 193 137 206 0.06 0.33 0 0.19 288.7 0.41 0.67
Hex C1 89 CE 6 21 0 13 121 29 43
Octal 301 211 316 6 41 0 23 441 51 103
Binary 11000001 10001001 11001110 110 100001 0 10011 100100001 101001 1000011

Color Harmonies of #C189CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C189CE

Black with #C189CE

Text Example


Text Example

White with #C189CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C189CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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