Html Css Color HEX #C180DC Wisteria

📋 copy color: '#C180DC'

red 193 ◦ green 128 ◦ blue 220

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

Shades of Wisteria #C180DC

Tints of Wisteria #C180DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.67%

R = 35.67%
G = 23.66%
B = 40.67%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C180DC (or 0xC180DC) is known color: Wisteria. HEX triplet: C1, 80 and DC. RGB value is (193,128,220). Sum of RGB (Red+Green+Blue) = 193+128+220=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C180DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180DC is #3E7F23. Grayscale: #9D9D9D. Windows color (decimal): -4095780 or 14450881. OLE color: 14450881.

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

Color convert

RGB 193 128 220 -
CMYK 0.12 0.42 0 0.14
HSL 282.39º 0.57% 0.68% -
HSV(B) 282.39º 0.42% 0.86% -
XYZ 42.63 31.94 71.63 -
YUV 157.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 193 128 220 0.12 0.42 0 0.14 282.39 0.57 0.68
Hex C1 80 DC C 2A 0 E 11A 39 44
Octal 301 200 334 14 52 0 16 432 71 104
Binary 11000001 10000000 11011100 1100 101010 0 1110 100011010 111001 1000100

Color Harmonies of #C180DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180DC

Black with #C180DC

Text Example


Text Example

White with #C180DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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