Html Css Color HEX #C189DA Wisteria

📋 copy color: '#C189DA'

red 193 ◦ green 137 ◦ blue 218

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

Shades of Wisteria #C189DA

Tints of Wisteria #C189DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.78%

R = 35.22%
G = 25%
B = 39.78%

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

#C189DA (or 0xC189DA) is known color: Wisteria. HEX triplet: C1, 89 and DA. RGB value is (193,137,218). Sum of RGB (Red+Green+Blue) = 193+137+218=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 218 (85.55% from 255 or 39.78% from 548); Max value from RGB is 218 - color contains mainly: blue. Hex color #C189DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189DA is #3E7625. Grayscale: #A2A2A2. Windows color (decimal): -4093478 or 14322113. OLE color: 14322113.

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

Color convert

RGB 193 137 218 -
CMYK 0.11 0.37 0 0.15
HSL 281.48º 0.52% 0.7% -
HSV(B) 281.48º 0.37% 0.85% -
XYZ 43.59 34.29 70.65 -
YUV 162.98 159.05 149.41 -
System Red Green Blue C M Y K H S L
Decimal 193 137 218 0.11 0.37 0 0.15 281.48 0.52 0.7
Hex C1 89 DA B 25 0 F 119 34 46
Octal 301 211 332 13 45 0 17 431 64 106
Binary 11000001 10001001 11011010 1011 100101 0 1111 100011001 110100 1000110

Color Harmonies of #C189DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C189DA

Black with #C189DA

Text Example


Text Example

White with #C189DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C189DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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