Html Css Color HEX #C190EC Wisteria

📋 copy color: '#C190EC'

red 193 ◦ green 144 ◦ blue 236

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

Shades of Wisteria #C190EC

Tints of Wisteria #C190EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.19%

R = 33.68%
G = 25.13%
B = 41.19%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C190EC (or 0xC190EC) is known color: Wisteria. HEX triplet: C1, 90 and EC. RGB value is (193,144,236). Sum of RGB (Red+Green+Blue) = 193+144+236=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #C190EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190EC is #3E6F13. Grayscale: #A8A8A8. Windows color (decimal): -4091668 or 15503553. OLE color: 15503553.

HSL color Cylindrical-coordinate representation of color #C190EC: hue angle of 271.96º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C190EC is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 144 236 -
CMYK 0.18 0.39 0 0.07
HSL 271.96º 0.71% 0.75% -
HSV(B) 271.96º 0.39% 0.93% -
XYZ 47.11 37.34 84.08 -
YUV 169.14 165.73 145.02 -
System Red Green Blue C M Y K H S L
Decimal 193 144 236 0.18 0.39 0 0.07 271.96 0.71 0.75
Hex C1 90 EC 12 27 0 7 110 47 4B
Octal 301 220 354 22 47 0 7 420 107 113
Binary 11000001 10010000 11101100 10010 100111 0 111 100010000 1000111 1001011

Color Harmonies of #C190EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190EC

Black with #C190EC

Text Example


Text Example

White with #C190EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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