#C282E6

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

Shades of Wisteria #C282E6

Tints of Wisteria #C282E6

Color information

#C282E6 (or 0xC282E6) is unknown color: approx Wisteria. HEX triplet: C2, 82 and E6. RGB value is (194,130,230). Sum of RGB (Red+Green+Blue) = 194+130+230=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #C282E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C282E6 is #3D7D19. Grayscale: #A0A0A0. Windows color (decimal): -4029722 or 15106754. OLE color: 15106754.

HSL color Cylindrical-coordinate representation of color #C282E6: hue angle of 278.4º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C282E6 is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB194130230-
CMYK0.160.4300.10
HSL278.4º66.67%70.59%-
HSV(B)278.4º43.48%90.2%-
XYZ44.5133.1578.91-
YUV160.54167.2151.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.02%
GREEN value IS 130 (51.17% from 255) = 23.47%
BLUE value IS 230 (90.23% from 255) = 41.52%
R=35.02%
G=23.47%
B=41.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1941302300.160.4300.10278.466.6770.59
HexC282E6102B0A1164347
Octal3022023462053012426103107
Binary110000101000001011100110100001010110101010001011010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282E6; }

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

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

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

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

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

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

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

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