Html Css Color HEX #C192E1 Wisteria

📋 copy color: '#C192E1'

red 193 ◦ green 146 ◦ blue 225

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

Shades of Wisteria #C192E1

Tints of Wisteria #C192E1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.89%

 BLUE value IS 225 (88.28% from 255) = 39.89%

R = 34.22%
G = 25.89%
B = 39.89%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C192E1 (or 0xC192E1) is known color: Wisteria. HEX triplet: C1, 92 and E1. RGB value is (193,146,225). Sum of RGB (Red+Green+Blue) = 193+146+225=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 225 (88.28% from 255 or 39.89% from 564); Max value from RGB is 225 - color contains mainly: blue. Hex color #C192E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192E1 is #3E6D1E. Grayscale: #A8A8A8. Windows color (decimal): -4091167 or 14783169. OLE color: 14783169.

HSL color Cylindrical-coordinate representation of color #C192E1: hue angle of 275.7º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C192E1 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 146 225 -
CMYK 0.14 0.35 0 0.12
HSL 275.7º 0.57% 0.73% -
HSV(B) 275.7º 0.35% 0.88% -
XYZ 45.86 37.33 76.02 -
YUV 169.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 193 146 225 0.14 0.35 0 0.12 275.7 0.57 0.73
Hex C1 92 E1 E 23 0 C 114 39 49
Octal 301 222 341 16 43 0 14 424 71 111
Binary 11000001 10010010 11100001 1110 100011 0 1100 100010100 111001 1001001

Color Harmonies of #C192E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C192E1

Black with #C192E1

Text Example


Text Example

White with #C192E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C192E1; }

 p { color: rgb(193,146,225); }

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

background-color css

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

 a { background-color: rgb(193,146,225); }

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

border-color css

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

 span { border-color: rgb(193,146,225); }

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