#C355EE

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

Shades of Medium Orchid #C355EE

Tints of Medium Orchid #C355EE

Color information

#C355EE (or 0xC355EE) is unknown color: approx Medium Orchid. HEX triplet: C3, 55 and EE. RGB value is (195,85,238). Sum of RGB (Red+Green+Blue) = 195+85+238=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 85 (33.59% from 255 or 16.41% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 238 - color contains mainly: blue. Hex color #C355EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C355EE is #3CAA11. Grayscale: #868686. Windows color (decimal): -3975698 or 15619523. OLE color: 15619523.

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

Color convert

RGB19585238-
CMYK0.180.6400.07
HSL283.14º81.82%63.33%-
HSV(B)283.14º64.29%93.33%-
XYZ41.1924.2783.4-
YUV135.33185.94170.56-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 85 (33.59% from 255) = 16.41%
BLUE value IS 238 (93.36% from 255) = 45.95%
R=37.64%
G=16.41%
B=45.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal195852380.180.6400.07283.1481.8263.33
HexC355EE12400711b523f
Octal303125356221000743312277
Binary1100001110101011110111010010100000001111000110111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C355EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C355EE; }

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

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

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

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

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

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

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

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