#c585e8

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

Shades of Wisteria #C585E8

Tints of Wisteria #C585E8

Color information

#C585E8 (or 0xC585E8) is unknown color: approx Wisteria. HEX triplet: C5, 85 and E8. RGB value is (197,133,232). Sum of RGB (Red+Green+Blue) = 197+133+232=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #C585E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585E8 is #3A7A17. Grayscale: #A3A3A3. Windows color (decimal): -3832344 or 15238597. OLE color: 15238597.

HSL color Cylindrical-coordinate representation of color #C585E8: hue angle of 278.79º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C585E8 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB197133232-
CMYK0.150.4300.09
HSL278.79º68.28%71.57%-
HSV(B)278.79º42.67%90.98%-
XYZ45.9834.4780.57-
YUV163.42166.7151.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 232 (91.02% from 255) = 41.28%
R=35.05%
G=23.67%
B=41.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1971332320.150.4300.09278.7968.2871.57
HexC585E8F2B091174448
Octal3052053501753011427104110
Binary11000101100001011110100011111010110100110001011110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c585e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c585e8; }

 p { color: rgb(197,133,232); }

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

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

 a { background-color: rgb(197,133,232); }

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

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

 span { border-color: rgb(197,133,232); }

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