Html Css Color HEX #C190EA Wisteria

📋 copy color: '#C190EA'

red 193 ◦ green 144 ◦ blue 234

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

Shades of Wisteria #C190EA

Tints of Wisteria #C190EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 33.8%
G = 25.22%
B = 40.98%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C190EA (or 0xC190EA) is known color: Wisteria. HEX triplet: C1, 90 and EA. RGB value is (193,144,234). Sum of RGB (Red+Green+Blue) = 193+144+234=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #C190EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190EA is #3E6F15. Grayscale: #A8A8A8. Windows color (decimal): -4091670 or 15372481. OLE color: 15372481.

HSL color Cylindrical-coordinate representation of color #C190EA: hue angle of 272.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C190EA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 144 234 -
CMYK 0.18 0.38 0 0.08
HSL 272.67º 0.68% 0.74% -
HSV(B) 272.67º 0.38% 0.92% -
XYZ 46.82 37.22 82.56 -
YUV 168.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 193 144 234 0.18 0.38 0 0.08 272.67 0.68 0.74
Hex C1 90 EA 12 26 0 8 111 44 4A
Octal 301 220 352 22 46 0 10 421 104 112
Binary 11000001 10010000 11101010 10010 100110 0 1000 100010001 1000100 1001010

Color Harmonies of #C190EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190EA

Black with #C190EA

Text Example


Text Example

White with #C190EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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