Html Css Color HEX #C080EC Wisteria

📋 copy color: '#C080EC'

red 192 ◦ green 128 ◦ blue 236

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

Shades of Wisteria #C080EC

Tints of Wisteria #C080EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 34.53%
G = 23.02%
B = 42.45%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C080EC (or 0xC080EC) is known color: Wisteria. HEX triplet: C0, 80 and EC. RGB value is (192,128,236). Sum of RGB (Red+Green+Blue) = 192+128+236=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #C080EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080EC is #3F7F13. Grayscale: #9F9F9F. Windows color (decimal): -4161300 or 15499456. OLE color: 15499456.

HSL color Cylindrical-coordinate representation of color #C080EC: hue angle of 275.56º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C080EC is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 128 236 -
CMYK 0.19 0.46 0 0.07
HSL 275.56º 0.74% 0.71% -
HSV(B) 275.56º 0.46% 0.93% -
XYZ 44.6 32.7 83.32 -
YUV 159.45 171.2 151.22 -
System Red Green Blue C M Y K H S L
Decimal 192 128 236 0.19 0.46 0 0.07 275.56 0.74 0.71
Hex C0 80 EC 13 2E 0 7 114 4A 47
Octal 300 200 354 23 56 0 7 424 112 107
Binary 11000000 10000000 11101100 10011 101110 0 111 100010100 1001010 1000111

Color Harmonies of #C080EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080EC

Black with #C080EC

Text Example


Text Example

White with #C080EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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