Html Css Color HEX #C190EF Wisteria

📋 copy color: '#C190EF'

red 193 ◦ green 144 ◦ blue 239

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

Shades of Wisteria #C190EF

Tints of Wisteria #C190EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.49%

R = 33.51%
G = 25%
B = 41.49%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C190EF (or 0xC190EF) is known color: Wisteria. HEX triplet: C1, 90 and EF. RGB value is (193,144,239). Sum of RGB (Red+Green+Blue) = 193+144+239=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 239 - color contains mainly: blue. Hex color #C190EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190EF is #3E6F10. Grayscale: #A9A9A9. Windows color (decimal): -4091665 or 15700161. OLE color: 15700161.

HSL color Cylindrical-coordinate representation of color #C190EF: hue angle of 270.95º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C190EF is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 193 144 239 -
CMYK 0.19 0.40 0 0.06
HSL 270.95º 0.75% 0.75% -
HSV(B) 270.95º 0.4% 0.94% -
XYZ 47.55 37.52 86.4 -
YUV 169.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 193 144 239 0.19 0.40 0 0.06 270.95 0.75 0.75
Hex C1 90 EF 13 28 0 6 10F 4B 4B
Octal 301 220 357 23 50 0 6 417 113 113
Binary 11000001 10010000 11101111 10011 101000 0 110 100001111 1001011 1001011

Color Harmonies of #C190EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C190EF

Black with #C190EF

Text Example


Text Example

White with #C190EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C190EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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