Html Css Color HEX #C180DA Wisteria

📋 copy color: '#C180DA'

red 193 ◦ green 128 ◦ blue 218

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

Shades of Wisteria #C180DA

Tints of Wisteria #C180DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 35.81%
G = 23.75%
B = 40.45%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C180DA (or 0xC180DA) is known color: Wisteria. HEX triplet: C1, 80 and DA. RGB value is (193,128,218). Sum of RGB (Red+Green+Blue) = 193+128+218=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #C180DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180DA is #3E7F25. Grayscale: #9D9D9D. Windows color (decimal): -4095782 or 14319809. OLE color: 14319809.

HSL color Cylindrical-coordinate representation of color #C180DA: hue angle of 283.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C180DA is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 128 218 -
CMYK 0.11 0.41 0 0.15
HSL 283.33º 0.55% 0.68% -
HSV(B) 283.33º 0.41% 0.85% -
XYZ 42.37 31.84 70.24 -
YUV 157.7 162.03 153.18 -
System Red Green Blue C M Y K H S L
Decimal 193 128 218 0.11 0.41 0 0.15 283.33 0.55 0.68
Hex C1 80 DA B 29 0 F 11B 37 44
Octal 301 200 332 13 51 0 17 433 67 104
Binary 11000001 10000000 11011010 1011 101001 0 1111 100011011 110111 1000100

Color Harmonies of #C180DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C180DA

Black with #C180DA

Text Example


Text Example

White with #C180DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C180DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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