Html Css Color HEX #C480DF Wisteria

📋 copy color: '#C480DF'

red 196 ◦ green 128 ◦ blue 223

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

Shades of Wisteria #C480DF

Tints of Wisteria #C480DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.77%

R = 35.83%
G = 23.4%
B = 40.77%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C480DF (or 0xC480DF) is known color: Wisteria. HEX triplet: C4, 80 and DF. RGB value is (196,128,223). Sum of RGB (Red+Green+Blue) = 196+128+223=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #C480DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480DF is #3B7F20. Grayscale: #9E9E9E. Windows color (decimal): -3899169 or 14647492. OLE color: 14647492.

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

Color convert

RGB 196 128 223 -
CMYK 0.12 0.43 0 0.13
HSL 282.95º 0.6% 0.69% -
HSV(B) 282.95º 0.43% 0.87% -
XYZ 43.8 32.5 73.78 -
YUV 159.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 196 128 223 0.12 0.43 0 0.13 282.95 0.6 0.69
Hex C4 80 DF C 2B 0 D 11B 3C 45
Octal 304 200 337 14 53 0 15 433 74 105
Binary 11000100 10000000 11011111 1100 101011 0 1101 100011011 111100 1000101

Color Harmonies of #C480DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C480DF

Black with #C480DF

Text Example


Text Example

White with #C480DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C480DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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