Html Css Color HEX #C190EB Wisteria

📋 copy color: '#C190EB'

red 193 ◦ green 144 ◦ blue 235

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

Shades of Wisteria #C190EB

Tints of Wisteria #C190EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.08%

R = 33.74%
G = 25.17%
B = 41.08%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C190EB (or 0xC190EB) is known color: Wisteria. HEX triplet: C1, 90 and EB. RGB value is (193,144,235). Sum of RGB (Red+Green+Blue) = 193+144+235=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 235 (92.19% from 255 or 41.08% from 572); Max value from RGB is 235 - color contains mainly: blue. Hex color #C190EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190EB is #3E6F14. Grayscale: #A8A8A8. Windows color (decimal): -4091669 or 15438017. OLE color: 15438017.

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

Color convert

RGB 193 144 235 -
CMYK 0.18 0.39 0 0.08
HSL 272.31º 0.69% 0.74% -
HSV(B) 272.31º 0.39% 0.92% -
XYZ 46.96 37.28 83.32 -
YUV 169.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 193 144 235 0.18 0.39 0 0.08 272.31 0.69 0.74
Hex C1 90 EB 12 27 0 8 110 45 4A
Octal 301 220 353 22 47 0 10 420 105 112
Binary 11000001 10010000 11101011 10010 100111 0 1000 100010000 1000101 1001010

Color Harmonies of #C190EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190EB

Black with #C190EB

Text Example


Text Example

White with #C190EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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