#C285CF

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

Shades of Wisteria #C285CF

Tints of Wisteria #C285CF

Color information

#C285CF (or 0xC285CF) is unknown color: approx Wisteria. HEX triplet: C2, 85 and CF. RGB value is (194,133,207). Sum of RGB (Red+Green+Blue) = 194+133+207=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #C285CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285CF is #3D7A30. Grayscale: #9F9F9F. Windows color (decimal): -4028977 or 13600194. OLE color: 13600194.

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

Color convert

RGB194133207-
CMYK0.060.3600.19
HSL289.46º43.53%66.67%-
HSV(B)289.46º35.75%81.18%-
XYZ41.932.7563.14-
YUV159.68154.71152.48-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 133 (52.34% from 255) = 24.91%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=36.33%
G=24.91%
B=38.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941332070.060.3600.19289.4643.5366.67
HexC285CF6240131212c43
Octal30220531764402344154103
Binary1100001010000101110011111101001000100111001000011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C285CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C285CF; }

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

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

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

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

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

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

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

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