Html Css Color HEX #C183DD Wisteria

📋 copy color: '#C183DD'

red 193 ◦ green 131 ◦ blue 221

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

Shades of Wisteria #C183DD

Tints of Wisteria #C183DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.04%

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 35.41%
G = 24.04%
B = 40.55%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C183DD (or 0xC183DD) is known color: Wisteria. HEX triplet: C1, 83 and DD. RGB value is (193,131,221). Sum of RGB (Red+Green+Blue) = 193+131+221=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #C183DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183DD is #3E7C22. Grayscale: #9F9F9F. Windows color (decimal): -4095011 or 14517185. OLE color: 14517185.

HSL color Cylindrical-coordinate representation of color #C183DD: hue angle of 281.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C183DD is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 131 221 -
CMYK 0.13 0.41 0 0.13
HSL 281.33º 0.57% 0.69% -
HSV(B) 281.33º 0.41% 0.87% -
XYZ 43.16 32.79 72.46 -
YUV 159.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 193 131 221 0.13 0.41 0 0.13 281.33 0.57 0.69
Hex C1 83 DD D 29 0 D 119 39 45
Octal 301 203 335 15 51 0 15 431 71 105
Binary 11000001 10000011 11011101 1101 101001 0 1101 100011001 111001 1000101

Color Harmonies of #C183DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C183DD

Black with #C183DD

Text Example


Text Example

White with #C183DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C183DD; }

 p { color: rgb(193,131,221); }

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

background-color css

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

 a { background-color: rgb(193,131,221); }

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

border-color css

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

 span { border-color: rgb(193,131,221); }

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