Html Css Color HEX #C193F2 Wisteria

📋 copy color: '#C193F2'

red 193 ◦ green 147 ◦ blue 242

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

Shades of Wisteria #C193F2

Tints of Wisteria #C193F2

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.26%

 BLUE value IS 242 (94.92% from 255) = 41.58%

R = 33.16%
G = 25.26%
B = 41.58%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C193F2 (or 0xC193F2) is known color: Wisteria. HEX triplet: C1, 93 and F2. RGB value is (193,147,242). Sum of RGB (Red+Green+Blue) = 193+147+242=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #C193F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C193F2 is #3E6C0D. Grayscale: #ABABAB. Windows color (decimal): -4090894 or 15897537. OLE color: 15897537.

HSL color Cylindrical-coordinate representation of color #C193F2: hue angle of 269.05º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C193F2 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 147 242 -
CMYK 0.20 0.39 0 0.05
HSL 269.05º 0.79% 0.76% -
HSV(B) 269.05º 0.39% 0.95% -
XYZ 48.45 38.62 88.9 -
YUV 171.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 193 147 242 0.20 0.39 0 0.05 269.05 0.79 0.76
Hex C1 93 F2 14 27 0 5 10D 4F 4C
Octal 301 223 362 24 47 0 5 415 117 114
Binary 11000001 10010011 11110010 10100 100111 0 101 100001101 1001111 1001100

Color Harmonies of #C193F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193F2

Black with #C193F2

Text Example


Text Example

White with #C193F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193F2; }

 p { color: rgb(193,147,242); }

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

background-color css

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

 a { background-color: rgb(193,147,242); }

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

border-color css

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

 span { border-color: rgb(193,147,242); }

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