Html Css Color HEX #C280E1 Wisteria

📋 copy color: '#C280E1'

red 194 ◦ green 128 ◦ blue 225

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

Shades of Wisteria #C280E1

Tints of Wisteria #C280E1

RGB

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

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

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

R = 35.47%
G = 23.4%
B = 41.13%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C280E1 (or 0xC280E1) is known color: Wisteria. HEX triplet: C2, 80 and E1. RGB value is (194,128,225). Sum of RGB (Red+Green+Blue) = 194+128+225=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #C280E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280E1 is #3D7F1E. Grayscale: #9E9E9E. Windows color (decimal): -4030239 or 14778562. OLE color: 14778562.

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

Color convert

RGB 194 128 225 -
CMYK 0.14 0.43 0 0.12
HSL 280.82º 0.62% 0.69% -
HSV(B) 280.82º 0.43% 0.88% -
XYZ 43.56 32.34 75.18 -
YUV 158.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 194 128 225 0.14 0.43 0 0.12 280.82 0.62 0.69
Hex C2 80 E1 E 2B 0 C 119 3E 45
Octal 302 200 341 16 53 0 14 431 76 105
Binary 11000010 10000000 11100001 1110 101011 0 1100 100011001 111110 1000101

Color Harmonies of #C280E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280E1

Black with #C280E1

Text Example


Text Example

White with #C280E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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