Html Css Color HEX #C190D8 Wisteria

📋 copy color: '#C190D8'

red 193 ◦ green 144 ◦ blue 216

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

Shades of Wisteria #C190D8

Tints of Wisteria #C190D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.06%

R = 34.9%
G = 26.04%
B = 39.06%

CMYK

 C value IS 0.11

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C190D8 (or 0xC190D8) is known color: Wisteria. HEX triplet: C1, 90 and D8. RGB value is (193,144,216). Sum of RGB (Red+Green+Blue) = 193+144+216=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #C190D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190D8 is #3E6F27. Grayscale: #A6A6A6. Windows color (decimal): -4091688 or 14192833. OLE color: 14192833.

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

Color convert

RGB 193 144 216 -
CMYK 0.11 0.33 0 0.15
HSL 280.83º 0.48% 0.71% -
HSV(B) 280.83º 0.33% 0.85% -
XYZ 44.36 36.24 69.62 -
YUV 166.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 193 144 216 0.11 0.33 0 0.15 280.83 0.48 0.71
Hex C1 90 D8 B 21 0 F 119 30 47
Octal 301 220 330 13 41 0 17 431 60 107
Binary 11000001 10010000 11011000 1011 100001 0 1111 100011001 110000 1000111

Color Harmonies of #C190D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190D8

Black with #C190D8

Text Example


Text Example

White with #C190D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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