Html Css Color HEX #C480E0 Wisteria

📋 copy color: '#C480E0'

red 196 ◦ green 128 ◦ blue 224

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

Shades of Wisteria #C480E0

Tints of Wisteria #C480E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.88%

R = 35.77%
G = 23.36%
B = 40.88%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C480E0 (or 0xC480E0) is known color: Wisteria. HEX triplet: C4, 80 and E0. RGB value is (196,128,224). Sum of RGB (Red+Green+Blue) = 196+128+224=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #C480E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C480E0 is #3B7F1F. Grayscale: #9E9E9E. Windows color (decimal): -3899168 or 14713028. OLE color: 14713028.

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

Color convert

RGB 196 128 224 -
CMYK 0.12 0.43 0 0.12
HSL 282.5º 0.61% 0.69% -
HSV(B) 282.5º 0.43% 0.88% -
XYZ 43.94 32.56 74.49 -
YUV 159.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 196 128 224 0.12 0.43 0 0.12 282.5 0.61 0.69
Hex C4 80 E0 C 2B 0 C 11A 3D 45
Octal 304 200 340 14 53 0 14 432 75 105
Binary 11000100 10000000 11100000 1100 101011 0 1100 100011010 111101 1000101

Color Harmonies of #C480E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C480E0

Black with #C480E0

Text Example


Text Example

White with #C480E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C480E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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