#C282E1

Color #C282E1 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C282E1

Tints of Wisteria #C282E1

Color information

#C282E1 (or 0xC282E1) is unknown color: approx Wisteria. HEX triplet: C2, 82 and E1. RGB value is (194,130,225). Sum of RGB (Red+Green+Blue) = 194+130+225=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #C282E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282E1 is #3D7D1E. Grayscale: #9F9F9F. Windows color (decimal): -4029727 or 14779074. OLE color: 14779074.

HSL color Cylindrical-coordinate representation of color #C282E1: hue angle of 280.42º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C282E1 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194130225-
CMYK0.140.4200.12
HSL280.42º61.29%69.61%-
HSV(B)280.42º42.22%88.24%-
XYZ43.8232.8775.27-
YUV159.97164.7152.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.34%
GREEN value IS 130 (51.17% from 255) = 23.68%
BLUE value IS 225 (88.28% from 255) = 40.98%
R=35.34%
G=23.68%
B=40.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941302250.140.4200.12280.4261.2969.61
HexC282E1E2A0C1183d46
Octal302202341165201443075106
Binary1100001010000010111000011110101010011001000110001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282E1; }

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

 H1.HeaderClassName
 {
   color: #C282E1;
 }
 .AnyTagClassName
 {
   color: #C282E1;
 }
</style>
background-color css

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

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

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

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

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

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