Html Css Color HEX #C280DB Wisteria

📋 copy color: '#C280DB'

red 194 ◦ green 128 ◦ blue 219

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

Shades of Wisteria #C280DB

Tints of Wisteria #C280DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.48%

R = 35.86%
G = 23.66%
B = 40.48%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C280DB (or 0xC280DB) is known color: Wisteria. HEX triplet: C2, 80 and DB. RGB value is (194,128,219). Sum of RGB (Red+Green+Blue) = 194+128+219=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #C280DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280DB is #3D7F24. Grayscale: #9D9D9D. Windows color (decimal): -4030245 or 14385346. OLE color: 14385346.

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

Color convert

RGB 194 128 219 -
CMYK 0.11 0.42 0 0.14
HSL 283.52º 0.56% 0.68% -
HSV(B) 283.52º 0.42% 0.86% -
XYZ 42.75 32.02 70.95 -
YUV 158.11 162.37 153.6 -
System Red Green Blue C M Y K H S L
Decimal 194 128 219 0.11 0.42 0 0.14 283.52 0.56 0.68
Hex C2 80 DB B 2A 0 E 11C 38 44
Octal 302 200 333 13 52 0 16 434 70 104
Binary 11000010 10000000 11011011 1011 101010 0 1110 100011100 111000 1000100

Color Harmonies of #C280DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280DB

Black with #C280DB

Text Example


Text Example

White with #C280DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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