Html Css Color HEX #C190D6 Wisteria

📋 copy color: '#C190D6'

red 193 ◦ green 144 ◦ blue 214

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

Shades of Wisteria #C190D6

Tints of Wisteria #C190D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.84%

R = 35.03%
G = 26.13%
B = 38.84%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C190D6 (or 0xC190D6) is known color: Wisteria. HEX triplet: C1, 90 and D6. RGB value is (193,144,214). Sum of RGB (Red+Green+Blue) = 193+144+214=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #C190D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190D6 is #3E6F29. Grayscale: #A6A6A6. Windows color (decimal): -4091690 or 14061761. OLE color: 14061761.

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

Color convert

RGB 193 144 214 -
CMYK 0.10 0.33 0 0.16
HSL 282º 0.46% 0.7% -
HSV(B) 282º 0.33% 0.84% -
XYZ 44.1 36.14 68.27 -
YUV 166.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 193 144 214 0.10 0.33 0 0.16 282 0.46 0.7
Hex C1 90 D6 A 21 0 10 11A 2E 46
Octal 301 220 326 12 41 0 20 432 56 106
Binary 11000001 10010000 11010110 1010 100001 0 10000 100011010 101110 1000110

Color Harmonies of #C190D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190D6

Black with #C190D6

Text Example


Text Example

White with #C190D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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