Html Css Color HEX #C080E1 Wisteria

📋 copy color: '#C080E1'

red 192 ◦ green 128 ◦ blue 225

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

Shades of Wisteria #C080E1

Tints of Wisteria #C080E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.28%

R = 35.23%
G = 23.49%
B = 41.28%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C080E1 (or 0xC080E1) is known color: Wisteria. HEX triplet: C0, 80 and E1. RGB value is (192,128,225). Sum of RGB (Red+Green+Blue) = 192+128+225=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #C080E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080E1 is #3F7F1E. Grayscale: #9D9D9D. Windows color (decimal): -4161311 or 14778560. OLE color: 14778560.

HSL color Cylindrical-coordinate representation of color #C080E1: hue angle of 279.59º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C080E1 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 128 225 -
CMYK 0.15 0.43 0 0.12
HSL 279.59º 0.62% 0.69% -
HSV(B) 279.59º 0.43% 0.88% -
XYZ 43.05 32.08 75.16 -
YUV 158.19 165.7 152.11 -
System Red Green Blue C M Y K H S L
Decimal 192 128 225 0.15 0.43 0 0.12 279.59 0.62 0.69
Hex C0 80 E1 F 2B 0 C 118 3E 45
Octal 300 200 341 17 53 0 14 430 76 105
Binary 11000000 10000000 11100001 1111 101011 0 1100 100011000 111110 1000101

Color Harmonies of #C080E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C080E1

Black with #C080E1

Text Example


Text Example

White with #C080E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C080E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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