Html Css Color HEX #C190D5 Wisteria

📋 copy color: '#C190D5'

red 193 ◦ green 144 ◦ blue 213

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

Shades of Wisteria #C190D5

Tints of Wisteria #C190D5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.18%

 BLUE value IS 213 (83.59% from 255) = 38.73%

R = 35.09%
G = 26.18%
B = 38.73%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C190D5 (or 0xC190D5) is known color: Wisteria. HEX triplet: C1, 90 and D5. RGB value is (193,144,213). Sum of RGB (Red+Green+Blue) = 193+144+213=550 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.09% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 213 - color contains mainly: blue. Hex color #C190D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190D5 is #3E6F2A. Grayscale: #A6A6A6. Windows color (decimal): -4091691 or 13996225. OLE color: 13996225.

HSL color Cylindrical-coordinate representation of color #C190D5: hue angle of 282.61º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C190D5 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 144 213 -
CMYK 0.09 0.32 0 0.16
HSL 282.61º 0.45% 0.7% -
HSV(B) 282.61º 0.32% 0.84% -
XYZ 43.98 36.09 67.6 -
YUV 166.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 193 144 213 0.09 0.32 0 0.16 282.61 0.45 0.7
Hex C1 90 D5 9 20 0 10 11B 2D 46
Octal 301 220 325 11 40 0 20 433 55 106
Binary 11000001 10010000 11010101 1001 100000 0 10000 100011011 101101 1000110

Color Harmonies of #C190D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190D5

Black with #C190D5

Text Example


Text Example

White with #C190D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190D5; }

 p { color: rgb(193,144,213); }

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

background-color css

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

 a { background-color: rgb(193,144,213); }

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

border-color css

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

 span { border-color: rgb(193,144,213); }

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