Html Css Color HEX #C193D0 Wisteria

📋 copy color: '#C193D0'

red 193 ◦ green 147 ◦ blue 208

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

Shades of Wisteria #C193D0

Tints of Wisteria #C193D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.96%

R = 35.22%
G = 26.82%
B = 37.96%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C193D0 (or 0xC193D0) is known color: Wisteria. HEX triplet: C1, 93 and D0. RGB value is (193,147,208). Sum of RGB (Red+Green+Blue) = 193+147+208=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #C193D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193D0 is #3E6C2F. Grayscale: #A7A7A7. Windows color (decimal): -4090928 or 13669313. OLE color: 13669313.

HSL color Cylindrical-coordinate representation of color #C193D0: hue angle of 285.25º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C193D0 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 147 208 -
CMYK 0.07 0.29 0 0.18
HSL 285.25º 0.39% 0.7% -
HSV(B) 285.25º 0.29% 0.82% -
XYZ 43.81 36.76 64.46 -
YUV 167.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 193 147 208 0.07 0.29 0 0.18 285.25 0.39 0.7
Hex C1 93 D0 7 1D 0 12 11D 27 46
Octal 301 223 320 7 35 0 22 435 47 106
Binary 11000001 10010011 11010000 111 11101 0 10010 100011101 100111 1000110

Color Harmonies of #C193D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193D0

Black with #C193D0

Text Example


Text Example

White with #C193D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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