#C05CE1

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

Shades of Medium Orchid #C05CE1

Tints of Medium Orchid #C05CE1

Color information

#C05CE1 (or 0xC05CE1) is unknown color: approx Medium Orchid. HEX triplet: C0, 5C and E1. RGB value is (192,92,225). Sum of RGB (Red+Green+Blue) = 192+92+225=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #C05CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CE1 is #3FA31E. Grayscale: #888888. Windows color (decimal): -4170527 or 14769344. OLE color: 14769344.

HSL color Cylindrical-coordinate representation of color #C05CE1: hue angle of 285.11º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C05CE1 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB19292225-
CMYK0.150.5900.12
HSL285.11º68.91%62.16%-
HSV(B)285.11º59.11%88.24%-
XYZ39.1624.373.86-
YUV137.06177.63167.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.72%
GREEN value IS 92 (36.33% from 255) = 18.07%
BLUE value IS 225 (88.28% from 255) = 44.20%
R=37.72%
G=18.07%
B=44.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal192922250.150.5900.12285.1168.9162.16
HexC05CE1F3B0C11d453e
Octal300134341177301443510576
Binary110000001011100111000011111111011011001000111011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CE1; }

 p { color: rgb(192,92,225); }

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

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

 a { background-color: rgb(192,92,225); }

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

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

 span { border-color: rgb(192,92,225); }

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