Html Css Color HEX #C190DB Wisteria

📋 copy color: '#C190DB'

red 193 ◦ green 144 ◦ blue 219

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

Shades of Wisteria #C190DB

Tints of Wisteria #C190DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.39%

R = 34.71%
G = 25.9%
B = 39.39%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C190DB (or 0xC190DB) is known color: Wisteria. HEX triplet: C1, 90 and DB. RGB value is (193,144,219). Sum of RGB (Red+Green+Blue) = 193+144+219=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #C190DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190DB is #3E6F24. Grayscale: #A6A6A6. Windows color (decimal): -4091685 or 14389441. OLE color: 14389441.

HSL color Cylindrical-coordinate representation of color #C190DB: hue angle of 279.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C190DB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 144 219 -
CMYK 0.12 0.34 0 0.14
HSL 279.2º 0.51% 0.71% -
HSV(B) 279.2º 0.34% 0.86% -
XYZ 44.75 36.4 71.68 -
YUV 167.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 193 144 219 0.12 0.34 0 0.14 279.2 0.51 0.71
Hex C1 90 DB C 22 0 E 117 33 47
Octal 301 220 333 14 42 0 16 427 63 107
Binary 11000001 10010000 11011011 1100 100010 0 1110 100010111 110011 1000111

Color Harmonies of #C190DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190DB

Black with #C190DB

Text Example


Text Example

White with #C190DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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