#C285EA

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

Shades of Wisteria #C285EA

Tints of Wisteria #C285EA

Color information

#C285EA (or 0xC285EA) is unknown color: approx Wisteria. HEX triplet: C2, 85 and EA. RGB value is (194,133,234). Sum of RGB (Red+Green+Blue) = 194+133+234=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #C285EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C285EA is #3D7A15. Grayscale: #A2A2A2. Windows color (decimal): -4028950 or 15369666. OLE color: 15369666.

HSL color Cylindrical-coordinate representation of color #C285EA: hue angle of 276.24º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C285EA is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194133234-
CMYK0.170.4300.08
HSL276.24º70.63%71.96%-
HSV(B)276.24º43.16%91.76%-
XYZ45.4934.1882.04-
YUV162.75168.21150.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=34.58%
G=23.71%
B=41.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941332340.170.4300.08276.2470.6371.96
HexC285EA112B081144748
Octal3022053522153010424107110
Binary110000101000010111101010100011010110100010001010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285EA; }

 p { color: rgb(194,133,234); }

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

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

 a { background-color: rgb(194,133,234); }

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

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

 span { border-color: rgb(194,133,234); }

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