Html Css Color HEX #C180DD Wisteria

📋 copy color: '#C180DD'

red 193 ◦ green 128 ◦ blue 221

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

Shades of Wisteria #C180DD

Tints of Wisteria #C180DD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.62%

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

R = 35.61%
G = 23.62%
B = 40.77%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C180DD (or 0xC180DD) is known color: Wisteria. HEX triplet: C1, 80 and DD. RGB value is (193,128,221). Sum of RGB (Red+Green+Blue) = 193+128+221=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #C180DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180DD is #3E7F22. Grayscale: #9D9D9D. Windows color (decimal): -4095779 or 14516417. OLE color: 14516417.

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

Color convert

RGB 193 128 221 -
CMYK 0.13 0.42 0 0.13
HSL 281.94º 0.58% 0.68% -
HSV(B) 281.94º 0.42% 0.87% -
XYZ 42.76 32 72.33 -
YUV 158.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 193 128 221 0.13 0.42 0 0.13 281.94 0.58 0.68
Hex C1 80 DD D 2A 0 D 11A 3A 44
Octal 301 200 335 15 52 0 15 432 72 104
Binary 11000001 10000000 11011101 1101 101010 0 1101 100011010 111010 1000100

Color Harmonies of #C180DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180DD

Black with #C180DD

Text Example


Text Example

White with #C180DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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