#C285D0

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

Shades of Wisteria #C285D0

Tints of Wisteria #C285D0

Color information

#C285D0 (or 0xC285D0) is unknown color: approx Wisteria. HEX triplet: C2, 85 and D0. RGB value is (194,133,208). Sum of RGB (Red+Green+Blue) = 194+133+208=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #C285D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285D0 is #3D7A2F. Grayscale: #9F9F9F. Windows color (decimal): -4028976 or 13665730. OLE color: 13665730.

HSL color Cylindrical-coordinate representation of color #C285D0: hue angle of 288.8º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C285D0 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB194133208-
CMYK0.070.3600.18
HSL288.8º44.38%66.86%-
HSV(B)288.8º36.06%81.57%-
XYZ42.0232.863.79-
YUV159.79155.21152.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 133 (52.34% from 255) = 24.86%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=36.26%
G=24.86%
B=38.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1941332080.070.3600.18288.844.3866.86
HexC285D07240121212c43
Octal30220532074402244154103
Binary1100001010000101110100001111001000100101001000011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285D0; }

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

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

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

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

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

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

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

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