Html Css Color HEX #C080DB Wisteria

📋 copy color: '#C080DB'

red 192 ◦ green 128 ◦ blue 219

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

Shades of Wisteria #C080DB

Tints of Wisteria #C080DB

RGB

 RED value IS 192 (75.39% from 255) = 35.62%

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

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

R = 35.62%
G = 23.75%
B = 40.63%

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

#C080DB (or 0xC080DB) is known color: Wisteria. HEX triplet: C0, 80 and DB. RGB value is (192,128,219). Sum of RGB (Red+Green+Blue) = 192+128+219=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #C080DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080DB is #3F7F24. Grayscale: #9D9D9D. Windows color (decimal): -4161317 or 14385344. OLE color: 14385344.

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

Color convert

RGB 192 128 219 -
CMYK 0.12 0.42 0 0.14
HSL 282.2º 0.56% 0.68% -
HSV(B) 282.2º 0.42% 0.86% -
XYZ 42.24 31.76 70.92 -
YUV 157.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 192 128 219 0.12 0.42 0 0.14 282.2 0.56 0.68
Hex C0 80 DB C 2A 0 E 11A 38 44
Octal 300 200 333 14 52 0 16 432 70 104
Binary 11000000 10000000 11011011 1100 101010 0 1110 100011010 111000 1000100

Color Harmonies of #C080DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080DB

Black with #C080DB

Text Example


Text Example

White with #C080DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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