#C355CE

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

Shades of Medium Orchid #C355CE

Tints of Medium Orchid #C355CE

Color information

#C355CE (or 0xC355CE) is unknown color: approx Medium Orchid. HEX triplet: C3, 55 and CE. RGB value is (195,85,206). Sum of RGB (Red+Green+Blue) = 195+85+206=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #C355CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C355CE is #3CAA31. Grayscale: #838383. Windows color (decimal): -3975730 or 13522371. OLE color: 13522371.

HSL color Cylindrical-coordinate representation of color #C355CE: hue angle of 294.55º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C355CE is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19585206-
CMYK0.050.5900.19
HSL294.55º55.25%57.06%-
HSV(B)294.55º58.74%80.78%-
XYZ36.8922.5660.8-
YUV131.68169.94173.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.12%
GREEN value IS 85 (33.59% from 255) = 17.49%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=40.12%
G=17.49%
B=42.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195852060.050.5900.19294.5555.2557.06
HexC355CE53B0131273739
Octal3031253165730234476771
Binary11000011101010111001110101111011010011100100111110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C355CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C355CE; }

 p { color: rgb(195,85,206); }

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

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

 a { background-color: rgb(195,85,206); }

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

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

 span { border-color: rgb(195,85,206); }

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