Html Css Color HEX #C280DC Wisteria

📋 copy color: '#C280DC'

red 194 ◦ green 128 ◦ blue 220

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

Shades of Wisteria #C280DC

Tints of Wisteria #C280DC

RGB

 RED value IS 194 (76.17% from 255) = 35.79%

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

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

R = 35.79%
G = 23.62%
B = 40.59%

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

#C280DC (or 0xC280DC) is known color: Wisteria. HEX triplet: C2, 80 and DC. RGB value is (194,128,220). Sum of RGB (Red+Green+Blue) = 194+128+220=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #C280DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280DC is #3D7F23. Grayscale: #9D9D9D. Windows color (decimal): -4030244 or 14450882. OLE color: 14450882.

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

Color convert

RGB 194 128 220 -
CMYK 0.12 0.42 0 0.14
HSL 283.04º 0.57% 0.68% -
HSV(B) 283.04º 0.42% 0.86% -
XYZ 42.89 32.07 71.64 -
YUV 158.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 194 128 220 0.12 0.42 0 0.14 283.04 0.57 0.68
Hex C2 80 DC C 2A 0 E 11B 39 44
Octal 302 200 334 14 52 0 16 433 71 104
Binary 11000010 10000000 11011100 1100 101010 0 1110 100011011 111001 1000100

Color Harmonies of #C280DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280DC

Black with #C280DC

Text Example


Text Example

White with #C280DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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