#C06CE5

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

Shades of Medium Orchid #C06CE5

Tints of Medium Orchid #C06CE5

Color information

#C06CE5 (or 0xC06CE5) is unknown color: approx Medium Orchid. HEX triplet: C0, 6C and E5. RGB value is (192,108,229). Sum of RGB (Red+Green+Blue) = 192+108+229=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #C06CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CE5 is #3F931A. Grayscale: #929292. Windows color (decimal): -4166427 or 15035584. OLE color: 15035584.

HSL color Cylindrical-coordinate representation of color #C06CE5: hue angle of 281.65º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06CE5 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB192108229-
CMYK0.160.5300.10
HSL281.65º69.94%66.08%-
HSV(B)281.65º52.84%89.8%-
XYZ41.2427.5977.28-
YUV146.91174.33160.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.29%
GREEN value IS 108 (42.58% from 255) = 20.42%
BLUE value IS 229 (89.84% from 255) = 43.29%
R=36.29%
G=20.42%
B=43.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1921082290.160.5300.10281.6569.9466.08
HexC06CE510350A11a4642
Octal3001543452065012432106102
Binary11000000110110011100101100001101010101010001101010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06CE5; }

 p { color: rgb(192,108,229); }

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

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

 a { background-color: rgb(192,108,229); }

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

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

 span { border-color: rgb(192,108,229); }

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