#C06AE3

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

Shades of Medium Orchid #C06AE3

Tints of Medium Orchid #C06AE3

Color information

#C06AE3 (or 0xC06AE3) is unknown color: approx Medium Orchid. HEX triplet: C0, 6A and E3. RGB value is (192,106,227). Sum of RGB (Red+Green+Blue) = 192+106+227=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #C06AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AE3 is #3F951C. Grayscale: #919191. Windows color (decimal): -4166941 or 14904000. OLE color: 14904000.

HSL color Cylindrical-coordinate representation of color #C06AE3: hue angle of 282.64º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06AE3 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB192106227-
CMYK0.150.5300.11
HSL282.64º68.36%65.29%-
HSV(B)282.64º53.3%89.02%-
XYZ40.7627.0675.75-
YUV145.51173.99161.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 106 (41.80% from 255) = 20.19%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=36.57%
G=20.19%
B=43.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1921062270.150.5300.11282.6468.3665.29
HexC06AE3F350B11b4441
Octal3001523431765013433104101
Binary1100000011010101110001111111101010101110001101110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06AE3; }

 p { color: rgb(192,106,227); }

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

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

 a { background-color: rgb(192,106,227); }

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

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

 span { border-color: rgb(192,106,227); }

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