Html Css Color HEX #C480DD Wisteria

📋 copy color: '#C480DD'

red 196 ◦ green 128 ◦ blue 221

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

Shades of Wisteria #C480DD

Tints of Wisteria #C480DD

RGB

 RED value IS 196 (76.95% from 255) = 35.96%

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

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

R = 35.96%
G = 23.49%
B = 40.55%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C480DD (or 0xC480DD) is known color: Wisteria. HEX triplet: C4, 80 and DD. RGB value is (196,128,221). Sum of RGB (Red+Green+Blue) = 196+128+221=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 128 (50.39% from 255 or 23.49% 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 #C480DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480DD is #3B7F22. Grayscale: #9E9E9E. Windows color (decimal): -3899171 or 14516420. OLE color: 14516420.

HSL color Cylindrical-coordinate representation of color #C480DD: hue angle of 283.87º 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 #C480DD is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 128 221 -
CMYK 0.11 0.42 0 0.13
HSL 283.87º 0.58% 0.68% -
HSV(B) 283.87º 0.42% 0.87% -
XYZ 43.54 32.39 72.36 -
YUV 158.93 163.03 154.44 -
System Red Green Blue C M Y K H S L
Decimal 196 128 221 0.11 0.42 0 0.13 283.87 0.58 0.68
Hex C4 80 DD B 2A 0 D 11C 3A 44
Octal 304 200 335 13 52 0 15 434 72 104
Binary 11000100 10000000 11011101 1011 101010 0 1101 100011100 111010 1000100

Color Harmonies of #C480DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C480DD

Black with #C480DD

Text Example


Text Example

White with #C480DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C480DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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