#C255EA

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

Shades of Medium Orchid #C255EA

Tints of Medium Orchid #C255EA

Color information

#C255EA (or 0xC255EA) is unknown color: approx Medium Orchid. HEX triplet: C2, 55 and EA. RGB value is (194,85,234). Sum of RGB (Red+Green+Blue) = 194+85+234=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 85 (33.59% from 255 or 16.57% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #C255EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C255EA is #3DAA15. Grayscale: #868686. Windows color (decimal): -4041238 or 15357378. OLE color: 15357378.

HSL color Cylindrical-coordinate representation of color #C255EA: hue angle of 283.89º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C255EA is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19485234-
CMYK0.170.6400.08
HSL283.89º78.01%62.55%-
HSV(B)283.89º63.68%91.76%-
XYZ40.3523.9180.33-
YUV134.58184.11170.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 85 (33.59% from 255) = 16.57%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=37.82%
G=16.57%
B=45.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal194852340.170.6400.08283.8978.0162.55
HexC255EA11400811c4e3f
Octal3021253522110001043411677
Binary11000010101010111101010100011000000010001000111001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C255EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C255EA; }

 p { color: rgb(194,85,234); }

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

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

 a { background-color: rgb(194,85,234); }

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

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

 span { border-color: rgb(194,85,234); }

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