#C05FEE

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

Shades of Medium Orchid #C05FEE

Tints of Medium Orchid #C05FEE

Color information

#C05FEE (or 0xC05FEE) is unknown color: approx Medium Orchid. HEX triplet: C0, 5F and EE. RGB value is (192,95,238). Sum of RGB (Red+Green+Blue) = 192+95+238=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #C05FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C05FEE is #3FA011. Grayscale: #8B8B8B. Windows color (decimal): -4169746 or 15622080. OLE color: 15622080.

HSL color Cylindrical-coordinate representation of color #C05FEE: hue angle of 280.7º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C05FEE is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19295238-
CMYK0.190.6000.07
HSL280.7º80.79%65.29%-
HSV(B)280.7º60.08%93.33%-
XYZ41.2625.5683.65-
YUV140.3183.14164.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 95 (37.5% from 255) = 18.10%
BLUE value IS 238 (93.36% from 255) = 45.33%
R=36.57%
G=18.10%
B=45.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal192952380.190.6000.07280.780.7965.29
HexC05FEE133C071195141
Octal300137356237407431121101
Binary1100000010111111110111010011111100011110001100110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FEE; }

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

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

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

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

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

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

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

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