#C055EE

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

Shades of Medium Orchid #C055EE

Tints of Medium Orchid #C055EE

Color information

#C055EE (or 0xC055EE) is unknown color: approx Medium Orchid. HEX triplet: C0, 55 and EE. RGB value is (192,85,238). Sum of RGB (Red+Green+Blue) = 192+85+238=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #C055EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C055EE is #3FAA11. Grayscale: #858585. Windows color (decimal): -4172306 or 15619520. OLE color: 15619520.

HSL color Cylindrical-coordinate representation of color #C055EE: hue angle of 281.96º 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 #C055EE is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19285238-
CMYK0.190.6400.07
HSL281.96º81.82%63.33%-
HSV(B)281.96º64.29%93.33%-
XYZ40.4223.8883.37-
YUV134.44186.45169.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.28%
GREEN value IS 85 (33.59% from 255) = 16.50%
BLUE value IS 238 (93.36% from 255) = 46.21%
R=37.28%
G=16.50%
B=46.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal192852380.190.6400.07281.9681.8263.33
HexC055EE13400711a523f
Octal300125356231000743212277
Binary1100000010101011110111010011100000001111000110101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C055EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C055EE; }

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

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

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

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

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

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

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

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