Html Css Color HEX #C080ED Wisteria

📋 copy color: '#C080ED'

red 192 ◦ green 128 ◦ blue 237

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

Shades of Wisteria #C080ED

Tints of Wisteria #C080ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 34.47%
G = 22.98%
B = 42.55%

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

#C080ED (or 0xC080ED) is known color: Wisteria. HEX triplet: C0, 80 and ED. RGB value is (192,128,237). Sum of RGB (Red+Green+Blue) = 192+128+237=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #C080ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C080ED is #3F7F12. Grayscale: #9F9F9F. Windows color (decimal): -4161299 or 15564992. OLE color: 15564992.

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

Color convert

RGB 192 128 237 -
CMYK 0.19 0.46 0 0.07
HSL 275.23º 0.75% 0.72% -
HSV(B) 275.23º 0.46% 0.93% -
XYZ 44.74 32.76 84.09 -
YUV 159.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 192 128 237 0.19 0.46 0 0.07 275.23 0.75 0.72
Hex C0 80 ED 13 2E 0 7 113 4B 48
Octal 300 200 355 23 56 0 7 423 113 110
Binary 11000000 10000000 11101101 10011 101110 0 111 100010011 1001011 1001000

Color Harmonies of #C080ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080ED

Black with #C080ED

Text Example


Text Example

White with #C080ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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